commit | e2d49d9025b816cc39e5d6bf1374e874403d4f87 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:36:30 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:25 2023 -0500 |
tree | 3f356c969906328a7245a59b0db330ded7d7b0e4 | |
parent | 3cc00c4184d67b98ce8c1bdb8bbc8086d73e3f00 [diff] |
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>