diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-24 03:19:48 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-26 01:34:39 (GMT) |
commit | 609bf924117950b88987a5fa477acf1239bfdbc1 (patch) | |
tree | 812a615e2547e14c9a8108fa88553c4ce12024cb /scripts/config_whitelist.txt | |
parent | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea (diff) | |
download | u-boot-fsl-qoriq-609bf924117950b88987a5fa477acf1239bfdbc1.tar.xz |
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 'scripts/config_whitelist.txt')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 721a638..93f0bf4 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -633,7 +633,6 @@ CONFIG_ENV_FLAGS_LIST_STATIC CONFIG_ENV_FLASHBOOT CONFIG_ENV_IS_EMBEDDED CONFIG_ENV_IS_IN_ -CONFIG_ENV_IS_IN_ONENAND CONFIG_ENV_MAX_ENTRIES CONFIG_ENV_MIN_ENTRIES CONFIG_ENV_OFFSET_OOB |