diff options
author | Kshitiz Varshney <kshitiz.varshney@nxp.com> | 2022-04-07 14:05:18 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 11:17:01 +0200 |
commit | a9d1e18b6ad15bf738887051d14b75f659323c03 (patch) | |
tree | 02599ac8a56ba4c0b702ea4e5c1ddc369802527f /configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig | |
parent | 33ae8c5bebba0874fbc432914406e63fbc219080 (diff) | |
download | u-boot-a9d1e18b6ad15bf738887051d14b75f659323c03.tar.gz |
LS1043ARDB, LS1046ARDB, LS1088ARDB: Enable SPL_OF_CONTROL in SECURE Boot defconfig
If enable SPL_DM without SPL_OF_CONTROL,
build errors "undefined reference to fdt_get_resource",
is coming in function `caam_jr_probe'.
Added SPL_OF_CONTROL to remove the error.
Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
Diffstat (limited to 'configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig b/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig index 4b0b5f9df7..105888df36 100644 --- a/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig +++ b/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig @@ -49,6 +49,7 @@ CONFIG_CMD_CACHE=y CONFIG_MTDPARTS_DEFAULT="mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:1m(nand_uboot),1m(nand_uboot_env),20m(nand_fit);spi0.0:1m(uboot),5m(kernel),1m(dtb),9m(file_system)" # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y +CONFIG_SPL_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_USE_ETHPRIME=y |