diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-29 09:51:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-10 13:45:33 -0400 |
commit | ab5814f9926d8085d69df033d5db13bf0078c1f1 (patch) | |
tree | f6cf1e6e5b0429a44a6cdd83bc604ebe196dff1b /scripts | |
parent | 76a472dc4408b58c8b4022a6962ef3e34015005f (diff) | |
download | u-boot-ab5814f9926d8085d69df033d5db13bf0078c1f1.tar.gz |
configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR
CONFIG_SYS_NAND_ADDR is defined and never referenced. This patch
removes the dead code.
Signed-off-by: Adam Ford <aford173@gmail.com>
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 0ec125160d..bd264d2ba2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3567,7 +3567,6 @@ CONFIG_SYS_NAND_ACTL_ALE CONFIG_SYS_NAND_ACTL_CLE CONFIG_SYS_NAND_ACTL_DELAY CONFIG_SYS_NAND_ACTL_NCE -CONFIG_SYS_NAND_ADDR CONFIG_SYS_NAND_ALE CONFIG_SYS_NAND_AMASK CONFIG_SYS_NAND_BAD_BLOCK_POS |