diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-19 22:02:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-20 09:30:26 -0400 |
commit | 60c629b836fb6b6ae79e4e0663977056d75de198 (patch) | |
tree | 517b998dffaae9ccd2c4999815ba0e2af0dc6a7b /scripts | |
parent | adf32adb706760b1c527d0d4d6b4976b36f19338 (diff) | |
download | u-boot-60c629b836fb6b6ae79e4e0663977056d75de198.tar.gz |
PowerPC: Update last users of CONFIG_ISO_STRING to Kconfig
There are a few boards that use CONFIG_ISO_STRING as part of a sanity
check during firmware update at run time. Move this string to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts')
-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 090c0a2f4c..cb4516fe6e 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1728,7 +1728,6 @@ CONFIG_IRAM_STACK CONFIG_IRAM_TOP CONFIG_IRDA_BASE CONFIG_ISO_PARTITION -CONFIG_ISO_STRING CONFIG_ISP1362_USB CONFIG_IS_ CONFIG_IS_BUILTIN |