diff options
author | Ovidiu Panait | 2022-01-31 09:20:21 +0200 |
---|---|---|
committer | Tom Rini | 2022-02-10 16:44:23 -0500 |
commit | 6303b275a3424dc1b6c79e98ac575ab2c88659eb (patch) | |
tree | 9b0039ca7d9599421f5b5f93772258353b9c9794 /scripts | |
parent | d42f1074253505f4e129267faa0d34676ca54d1f (diff) |
powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS
There are no boards that define CONFIG_SYS_RESET_ADDRESS, so drop the
associated mpc8xx code that checks for it.
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>
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 6b21e3918d1..d0adcf7b125 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1823,7 +1823,6 @@ CONFIG_SYS_RCAR_I2C1_BASE CONFIG_SYS_RCAR_I2C2_BASE CONFIG_SYS_RCAR_I2C3_BASE CONFIG_SYS_RESET_ADDR -CONFIG_SYS_RESET_ADDRESS CONFIG_SYS_RFD CONFIG_SYS_RGMII1_PHY_ADDR CONFIG_SYS_RGMII2_PHY_ADDR |