ubootRaspberryCM4_64bit: merge with ubootRaspberryPi4_64bit
This commit is contained in:
parent
aca45f8c67
commit
b30105b7c2
3 changed files with 1 additions and 11 deletions
|
@ -40,7 +40,7 @@
|
|||
arm_boost=1
|
||||
|
||||
[cm4]
|
||||
kernel=u-boot-rpi-cm4.bin
|
||||
kernel=u-boot-rpi4.bin
|
||||
enable_gic=1
|
||||
armstub=armstub8-gic.bin
|
||||
disable_overscan=1
|
||||
|
@ -76,9 +76,6 @@
|
|||
cp ${pkgs.ubootRaspberryPi4_64bit}/u-boot.bin firmware/u-boot-rpi4.bin
|
||||
cp ${pkgs.raspberrypi-armstubs}/armstub8-gic.bin firmware/armstub8-gic.bin
|
||||
cp ${pkgs.raspberrypifw}/share/raspberrypi/boot/bcm2711-rpi-4-b.dtb firmware/
|
||||
|
||||
# Add cm4 specific files
|
||||
cp ${pkgs.ubootRaspberryPiCM4_64bit}/u-boot.bin firmware/u-boot-rpi-cm4.bin
|
||||
cp ${pkgs.raspberrypifw}/share/raspberrypi/boot/bcm2711-rpi-cm4.dtb firmware/
|
||||
'';
|
||||
populateRootCommands = ''
|
||||
|
|
|
@ -412,12 +412,6 @@ in {
|
|||
defconfig = "rpi_4_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
filesToInstall = ["u-boot.bin"];
|
||||
};
|
||||
|
||||
ubootRaspberryPiCM4_64bit = buildUBoot {
|
||||
defconfig = "rpi_4_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
filesToInstall = ["u-boot.bin"];
|
||||
extraConfig = ''
|
||||
CONFIG_CMD_NVME=y
|
||||
CONFIG_NVME=y
|
||||
|
|
|
@ -23775,7 +23775,6 @@ with pkgs;
|
|||
ubootRaspberryPi3_64bit
|
||||
ubootRaspberryPi4_32bit
|
||||
ubootRaspberryPi4_64bit
|
||||
ubootRaspberryPiCM4_64bit
|
||||
ubootRaspberryPiZero
|
||||
ubootRock64
|
||||
ubootRockPi4
|
||||
|
|
Loading…
Reference in a new issue