diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:39:56 -0400 |
commit | 89024ddc9ea63be4f71815a6a915fb3a58268d81 (patch) | |
tree | 419e11bdca20f19df7bc7817649fcfbd99adbdfc /scripts | |
parent | 8f339d23460fd5a0231d080a26e8749de77a9c9f (diff) | |
download | u-boot-89024ddc9ea63be4f71815a6a915fb3a58268d81.tar.gz |
TI: Drop 'CONFIG_OMAP'
In the two cases in the code where we use CONFIG_OMAP as a useful test
currently we can make use of CONFIG_ARCH_OMAP2PLUS instead. With that
changed we can drop all defines of CONFIG_OMAP. While in here,
CONFIG_OMAP3430 is only defined and then never used, so drop.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 7646bb6842..5febd2a1d7 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1980,8 +1980,6 @@ CONFIG_OF_SPI CONFIG_OF_SPI_FLASH CONFIG_OF_STDOUT_PATH CONFIG_OF_SUPPORT_OLD_DEVICE_TREES -CONFIG_OMAP -CONFIG_OMAP3430 CONFIG_OMAP3_AM3517CRANE CONFIG_OMAP3_DEVKIT8000 CONFIG_OMAP3_EVM |