]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitcc20614060c8a5c0fc4833e4b3de71a54176f4fa
tree3f356c969906328a7245a59b0db330ded7d7b0e4
parentdc07c3fb4bd6f76b46d17be25960c00e23120f20
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