summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-10 18:38:11 +0300
committerFlorian Klink <flokli@flokli.de>2024-04-10 18:38:44 +0300
commit61d1e897904c626e1d0e97b97683e8f192ffd639 (patch)
tree2817e0fd321b1af26f8305dea5622b52df2a7804 /pkgs/misc/uboot
parentfe3930301b67dc4b544e418a072af46bdc4ec417 (diff)
ubootOrangePi5: drop extraConfig
This has been applied upstream, so can be removed.
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index c1a38d1985f4..ef17ac96f857 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -386,12 +386,6 @@ in {
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
-
- # FIXME: applied upstream, remove in 2024.04
- extraConfig = ''
- CONFIG_ROCKCHIP_SPI_IMAGE=y
- '';
-
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
};