commit | 06799593702f2c6e9fe561a1184ebdaf3d28f5fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 17:54:13 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:41 2023 -0500 |
tree | b591ac42c6b962d5fb65dea9a4728748f0ee4103 | |
parent | 091a07165cc33228ca39e9f558b1d2ca215788f3 [diff] |
Correct SPL uses of FASTBOOT_FLASH_NAND This converts 3 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT_FLASH_NAND defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>