LS1043ARDB, LS1046ARDB, LS1088ARDB: Enable SPL_OF_CONTROL in SECURE Boot defconfig
authorKshitiz Varshney <kshitiz.varshney@nxp.com>
Thu, 7 Apr 2022 12:05:18 +0000 (14:05 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 09:17:01 +0000 (11:17 +0200)
commita9d1e18b6ad15bf738887051d14b75f659323c03
tree02599ac8a56ba4c0b702ea4e5c1ddc369802527f
parent33ae8c5bebba0874fbc432914406e63fbc219080
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>
configs/ls1043ardb_nand_SECURE_BOOT_defconfig
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig