mnt/reform: uboot remove unnecessary output

This commit is contained in:
Jakob Leifhelm 2026-03-25 16:45:54 +01:00
parent 9f9eeaf9ab
commit 008beed698
No known key found for this signature in database
GPG key ID: 6817AA0238100822

View file

@ -42,8 +42,6 @@ buildUBoot rec {
filesToInstall = [
"idbloader.img"
"u-boot.itb"
"rock5b-rk3588.ini"
"spl/u-boot-spl.bin"
];
variant = "-dsi";
defconfig = "rk3588-mnt-reform2${variant}_defconfig";
@ -51,5 +49,4 @@ buildUBoot rec {
"BL31=${armTrustedFirmwareRK3588}/bl31.elf"
"ROCKCHIP_TPL=${rkbin}/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.18.bin"
];
passthru.rkbin = rkbin;
}