]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit385da63d9a7ad18ad907ac25368b033c802159da
tree02599ac8a56ba4c0b702ea4e5c1ddc369802527f
parent21bcf7601b275e61cb8026e1dfa0ec4235f29265
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