diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-23 21:19:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-25 21:34:39 -0400 |
commit | 609bf924117950b88987a5fa477acf1239bfdbc1 (patch) | |
tree | 812a615e2547e14c9a8108fa88553c4ce12024cb /include/configs/smdkc100.h | |
parent | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea (diff) | |
download | u-boot-609bf924117950b88987a5fa477acf1239bfdbc1.tar.gz |
Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_ONENAND
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/smdkc100.h')
-rw-r--r-- | include/configs/smdkc100.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index dded4d4bf9..14b49c4faf 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -174,7 +174,6 @@ /*----------------------------------------------------------------------- * Boot configuration */ -#define CONFIG_ENV_IS_IN_ONENAND 1 #define CONFIG_ENV_SIZE (128 << 10) /* 128KiB, 0x20000 */ #define CONFIG_ENV_ADDR (256 << 10) /* 256KiB, 0x40000 */ #define CONFIG_ENV_OFFSET (256 << 10) /* 256KiB, 0x40000 */ |