commit | c2ae7d822086fd07386c3a67f76350e749418f66 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:22 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:03:36 2016 -0400 |
tree | 367346c45b58a8af3fa884967118a6e865197e47 | |
parent | 9ede21234172ac9dff078e3e5f6dbd4a407c4680 [diff] [blame] |
Kconfig: Move SPL settings into their own file Move the SPL settings into common/spl where most of the SPL code is kept. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig index 901f992..6299364 100644 --- a/configs/mx31pdk_defconfig +++ b/configs/mx31pdk_defconfig
@@ -1,7 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_MX31PDK=y -CONFIG_SPL=y CONFIG_BOOTDELAY=1 +CONFIG_SPL=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_SPI=y