ubootRadxaZero3W: init (#428588)
This commit is contained in:
commit
e675671afc
@ -663,6 +663,18 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
ubootRadxaZero3W = buildUBoot {
|
||||
defconfig = "radxa-zero-3-rk3566_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
BL31 = "${armTrustedFirmwareRK3568}/bl31.elf";
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3566;
|
||||
filesToInstall = [
|
||||
"idbloader.img"
|
||||
"u-boot.itb"
|
||||
"u-boot-rockchip.bin"
|
||||
];
|
||||
};
|
||||
|
||||
ubootRaspberryPi = buildUBoot {
|
||||
defconfig = "rpi_defconfig";
|
||||
extraMeta.platforms = [ "armv6l-linux" ];
|
||||
|
||||
@ -11350,6 +11350,7 @@ with pkgs;
|
||||
ubootQemuX86
|
||||
ubootQemuX86_64
|
||||
ubootQuartz64B
|
||||
ubootRadxaZero3W
|
||||
ubootRaspberryPi
|
||||
ubootRaspberryPi2
|
||||
ubootRaspberryPi3_32bit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user