diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-07-29 20:27:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-04 15:58:31 -0400 |
commit | e02c082287fd3d9ca90da95476d64a4bc4395a54 (patch) | |
tree | d8a254f429d10e9d6386b8682d633f3e4dbcc1d9 /scripts | |
parent | 08e8bc8a7fd253a45ed97b46afc4046809bfda22 (diff) | |
download | u-boot-e02c082287fd3d9ca90da95476d64a4bc4395a54.tar.gz |
config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROM
Symbol CONFIG_SYS_ID_EEPROM is defined in include/configs/MPC8548CDS.h
but never used. Remove it here and from the whitelist.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.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 812d8f2836..a6507edd9f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2441,7 +2441,6 @@ CONFIG_SYS_ICACHE_INV CONFIG_SYS_ICS8N3QV01_I2C CONFIG_SYS_IDE_MAXBUS CONFIG_SYS_IDE_MAXDEVICE -CONFIG_SYS_ID_EEPROM CONFIG_SYS_IFC_ADDR CONFIG_SYS_IFC_CCR CONFIG_SYS_INIT_DBCR |