ubootOrangePi5: drop extraConfig

This has been applied upstream, so can be removed.
This commit is contained in:
Florian Klink 2024-04-10 18:38:11 +03:00
parent fe3930301b
commit 61d1e89790
1 changed files with 0 additions and 6 deletions

View File

@ -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" ];
};