diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-07-21 17:08:13 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-24 09:25:23 -0400 |
commit | 0cd07a90a9bc9acf6c07e5561441b212edbe901b (patch) | |
tree | 25acc21a11b8b418189fc07feeb4c24264323697 /scripts/config_whitelist.txt | |
parent | ad7061ed742e1312289644268859a0f4b512aaee (diff) | |
download | u-boot-0cd07a90a9bc9acf6c07e5561441b212edbe901b.tar.gz u-boot-0cd07a90a9bc9acf6c07e5561441b212edbe901b.tar.xz u-boot-0cd07a90a9bc9acf6c07e5561441b212edbe901b.zip |
config: remove unused CONFIG_SPL_RELOC_STACK_SIZE
Symbol CONFIG_SPL_RELOC_STACK_SIZE is not used anywhere. So remove it.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'scripts/config_whitelist.txt')
-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 80c7f3cf98..1aebe17421 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1942,7 +1942,6 @@ CONFIG_SPL_PPAACT_ADDR CONFIG_SPL_RELOC_MALLOC_ADDR CONFIG_SPL_RELOC_MALLOC_SIZE CONFIG_SPL_RELOC_STACK -CONFIG_SPL_RELOC_STACK_SIZE CONFIG_SPL_RELOC_TEXT_BASE CONFIG_SPL_SATA_BOOT_DEVICE CONFIG_SPL_SIZE |