Correct SPL uses of CMD_FDT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:30 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commit3a09f38d5e7cf690135ad2fa60eed9fc40b744c3
tree3f356c969906328a7245a59b0db330ded7d7b0e4
parentcbacacd5c18e4fac64868112f970345d7732123b
Correct SPL uses of CMD_FDT

This converts 2 usages of this option to the non-SPL form, since there is
no SPL_CMD_FDT defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootm.c
boot/image-fdt.c