diff options
| author | Simon Glass <[email protected]> | 2021-08-01 18:54:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-13 18:22:50 -0400 |
| commit | 46596c653b7aa08eceef3b4ccea3c438144fd6f8 (patch) | |
| tree | 217696ef4334f2227c66f2153f0c795aa2fe25dd /scripts | |
| parent | 7958292f5ffa4ecdaaf4c73c6df28006051db6e0 (diff) | |
ppc: Remove UCP1020 board
This board has not been converted to CONFIG_DM_PCI by the deadline.
Remove it.
Note that we have to add CONFIG_SPIFLASH to scripts/config_whitelist.txt
because it's not really migrated at this point.
Acked-by: Michael Durrant <[email protected]>
Acked-by: Oleksandr Zhadan <[email protected]>
Acked-by: Oleksandr Zhadan and Michael Durrant <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
[trini: Handle CONFIG_SPIFLASH differently and delete Kconfig file]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index d86f35856f7..fd891e0bf27 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1354,6 +1354,7 @@ CONFIG_SOFT_I2C_GPIO_SCL CONFIG_SOFT_I2C_GPIO_SDA CONFIG_SOFT_I2C_READ_REPEATED_START CONFIG_SPD_EEPROM +CONFIG_SPIFLASH CONFIG_SPI_ADDR CONFIG_SPI_BOOTING CONFIG_SPI_DATAFLASH_WRITE_VERIFY |
