diff options
author | Tom Rini | 2022-06-25 11:02:46 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-07 14:01:09 -0400 |
commit | bb20a105e9fa475eb4258086cf59173540e7ff23 (patch) | |
tree | 9a460833f8a4a0d9ebf2fa05a1d569afb39d1995 /scripts | |
parent | f6c1f91761aef72961466c7f15e25148c7f17040 (diff) |
Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOT_RAMDISK_HIGH
Signed-off-by: Tom Rini <trini@konsulko.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 b0d693a5826..6faa64fd2ec 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -565,7 +565,6 @@ CONFIG_SYS_BOOTCOUNT_LE CONFIG_SYS_BOOTMAPSZ CONFIG_SYS_BOOTM_LEN CONFIG_SYS_BOOT_BLOCK -CONFIG_SYS_BOOT_RAMDISK_HIGH CONFIG_SYS_CACHE_ACR0 CONFIG_SYS_CACHE_ACR1 CONFIG_SYS_CACHE_ACR2 |