diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:40:01 -0400 |
commit | 25eaa288016beef4e4229a729e1c732f545ee1f7 (patch) | |
tree | bf3bb06712e6876a0e820fbda97b8a90da4110d8 /scripts | |
parent | 68ccab51936d92551e3e65944af172ad64ca2ca9 (diff) | |
download | u-boot-25eaa288016beef4e4229a729e1c732f545ee1f7.zip u-boot-25eaa288016beef4e4229a729e1c732f545ee1f7.tar.gz u-boot-25eaa288016beef4e4229a729e1c732f545ee1f7.tar.bz2 |
omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED support
This particular quirk is not enabled in any config files today. It does
however exist and is handled correctly in device trees and via
CONFIG_DM_SPI. So we drop the symbol now and add a comment to indicate
that any (new) boards that require this quirk need to enable DM_SPI
instead.
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 ee8f215..ebe3fd7 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1981,7 +1981,6 @@ CONFIG_OF_STDOUT_PATH CONFIG_OF_SUPPORT_OLD_DEVICE_TREES CONFIG_OMAP3_LOGIC_USE_NEW_PRODUCT_ID CONFIG_OMAP3_MICRON_DDR -CONFIG_OMAP3_SPI_D0_D1_SWAPPED CONFIG_OMAP_EHCI_PHY1_RESET_GPIO CONFIG_OMAP_EHCI_PHY2_RESET_GPIO CONFIG_OMAP_EHCI_PHY3_RESET_GPIO |