diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:17 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e (patch) | |
tree | 7384109044dcfe70bf4735c84c3583a4fc525106 /scripts | |
parent | 64679e2c80bb6002f85682af66a972cf8a20414c (diff) | |
download | u-boot-cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e.zip u-boot-cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e.tar.gz u-boot-cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e.tar.bz2 |
imx6: aristainetos: convert CONFIG_DM_SPI
enable CONFIG_DM_SPI and CONFIG_DM_SPI_FLASH
and get rid of build removal warnings.
define CONFIG_GPIO_ENABLE_SPI_FLASH is not longer
needed, so remove it from config_whitelist.txt
Signed-off-by: Heiko Schocher <hs@denx.de>
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 1e2196f..74b0005 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -649,7 +649,6 @@ CONFIG_GLOBAL_DATA_NOT_REG10 CONFIG_GLOBAL_TIMER CONFIG_GMII CONFIG_GPCNTRL -CONFIG_GPIO_ENABLE_SPI_FLASH CONFIG_GPIO_LED_INVERTED_TABLE CONFIG_GPIO_LED_STUBS CONFIG_GREEN_LED |