commit | 28400c702e30c460a1dc6725e6b0eba814740eab | [log] [tgz] |
---|---|---|
author | Kshitiz Varshney <kshitiz.varshney@nxp.com> | Thu Apr 07 14:05:18 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 11:17:01 2022 +0200 |
tree | 02599ac8a56ba4c0b702ea4e5c1ddc369802527f | |
parent | e375965cb1ac9ee56997124e377885d8e7403127 [diff] |
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>