diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:17 -0400 |
commit | fef718cee253c91e5b9f778cd020935a79786db7 (patch) | |
tree | e11fff8d44b0fc0b22ea09a35a235d56a51a4da3 /configs | |
parent | 7ace858bf1b1be1f2a98f94caf3449e806c885df (diff) | |
download | u-boot-fef718cee253c91e5b9f778cd020935a79786db7.tar.gz |
Convert CONFIG_SPL_ONENAND_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/igep0020_defconfig | 1 | ||||
-rw-r--r-- | configs/igep0030_defconfig | 1 | ||||
-rw-r--r-- | configs/igep0030_nand_defconfig | 1 | ||||
-rw-r--r-- | configs/igep0032_defconfig | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig index b4b6cbbe85..1ee8032c76 100644 --- a/configs/igep0020_defconfig +++ b/configs/igep0020_defconfig @@ -8,6 +8,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_ONENAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set diff --git a/configs/igep0030_defconfig b/configs/igep0030_defconfig index 6de67b75b1..66b6f4dc96 100644 --- a/configs/igep0030_defconfig +++ b/configs/igep0030_defconfig @@ -7,6 +7,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_ONENAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set diff --git a/configs/igep0030_nand_defconfig b/configs/igep0030_nand_defconfig index f758b4e297..82bc8d6474 100644 --- a/configs/igep0030_nand_defconfig +++ b/configs/igep0030_nand_defconfig @@ -7,6 +7,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_ONENAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set diff --git a/configs/igep0032_defconfig b/configs/igep0032_defconfig index 8002c4e978..10a40c9e25 100644 --- a/configs/igep0032_defconfig +++ b/configs/igep0032_defconfig @@ -7,6 +7,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_ONENAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |