Merge pull request #334086 from thefossguy/ubootNanoPCT6-include-spi-binary
ubootNanoPCT6: include the SPI binary
This commit is contained in:
@@ -303,7 +303,7 @@ in {
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3588;
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
|
||||
};
|
||||
|
||||
ubootNovena = buildUBoot {
|
||||
|
||||
Reference in New Issue
Block a user