diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 05:18:48 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 21:27:14 (GMT) |
commit | d6b9bd892338357ba8cca41cc971eccccf5dcf4d (patch) | |
tree | 03a369d947a67986b036f3fbc3b37ef78c2c597f /board/ti | |
parent | 2fa08508773a1aada8025333b009fe5fde80d831 (diff) | |
download | u-boot-d6b9bd892338357ba8cca41cc971eccccf5dcf4d.tar.xz |
Convert CONFIG_SPL_NAND_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/common/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index f021923..667e15c 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig @@ -30,3 +30,6 @@ config SPL_LIBGENERIC_SUPPORT config SPL_MMC_SUPPORT default y + +config SPL_NAND_SUPPORT + default y |