mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
uboot: set SCP=/dev/null for all the allwinners
This is required to be set explicitly now, or the build fails.
This commit is contained in:
parent
0fe8e5b5f0
commit
ba9e0d2e3f
@ -190,6 +190,7 @@ in {
|
|||||||
defconfig = "bananapi_m64_defconfig";
|
defconfig = "bananapi_m64_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -348,6 +349,7 @@ in {
|
|||||||
defconfig = "a64-olinuxino-emmc_defconfig";
|
defconfig = "a64-olinuxino-emmc_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -361,6 +363,7 @@ in {
|
|||||||
defconfig = "orangepi_zero_plus2_defconfig";
|
defconfig = "orangepi_zero_plus2_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -381,6 +384,7 @@ in {
|
|||||||
defconfig = "orangepi_3_defconfig";
|
defconfig = "orangepi_3_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinnerH6}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinnerH6}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -394,6 +398,7 @@ in {
|
|||||||
defconfig = "pine64_plus_defconfig";
|
defconfig = "pine64_plus_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -401,6 +406,7 @@ in {
|
|||||||
defconfig = "pine64-lts_defconfig";
|
defconfig = "pine64-lts_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -408,6 +414,7 @@ in {
|
|||||||
defconfig = "pinebook_defconfig";
|
defconfig = "pinebook_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -549,6 +556,7 @@ in {
|
|||||||
defconfig = "sopine_baseboard_defconfig";
|
defconfig = "sopine_baseboard_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
SCP = "/dev/null";
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user