diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:48 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:45 -0500 |
commit | e9a98ba312a325b6af1a9b75b3ce0ab0232dc614 (patch) | |
tree | 0b6ce615ca988e6b5435c626d417cab0227c4c82 | |
parent | 4bc4f8a67a17ba339f3e1bf75147f68e66c4a104 (diff) | |
download | u-boot-e9a98ba312a325b6af1a9b75b3ce0ab0232dc614.tar.gz |
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
Tidy up CONFIG_SYS_BOOTCOUNT_SINGLEWORD from the whitelist as there's
no remaining uses of it left.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
-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 d2e89b36db..a42b64d209 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2194,7 +2194,6 @@ CONFIG_SYS_BOARD_VERSION CONFIG_SYS_BOOK3E_HV CONFIG_SYS_BOOTCOUNT_BE CONFIG_SYS_BOOTCOUNT_LE -CONFIG_SYS_BOOTCOUNT_SINGLEWORD CONFIG_SYS_BOOTFILE_PREFIX CONFIG_SYS_BOOTMAPSZ CONFIG_SYS_BOOTM_LEN |