diff options
| author | Tom Rini <[email protected]> | 2021-09-16 13:18:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-16 13:18:21 -0400 |
| commit | 44131caa4025455a659e958281f0e337bdf83f89 (patch) | |
| tree | 8218105d1c1d06daee6b4a450cd919df5c30f3c7 /scripts | |
| parent | 36f890f6b08274e426306ab39f57e61ea975f456 (diff) | |
scripts/config_whitelist.txt: Fix after merging
CONFIG_SPIFLASH is manually re-added as it is not a new symbol, but now
only exists in CONFIG_SYS_EXTRA_OPTIONS.
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 c98decb6f94..36b8cc1db01 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1226,6 +1226,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 |
