commit | 68be8d95de0a095d624230fe3c43ab3d674bd5b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 17:54:42 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:41 2023 -0500 |
tree | 53daf01df826ba34f3f3a7394e086bc3cce9243c | |
parent | 762592cb5c742ba081431e3e4d39af605c75a491 [diff] |
Correct SPL uses of OF_BOARD This converts 3 usages of this option to the non-SPL form, since there is no SPL_OF_BOARD defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Matthias Brugger <mbrugger@suse.com>