diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-06-25 09:26:57 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 09:30:13 -0400 |
commit | 02ff91e8c60f1f48bee8f4bd1c87ea0892cc5dae (patch) | |
tree | 3d2d7b4420e55af84ae3fa185eb0067551ba781b /scripts | |
parent | 7125d2c195fb556afc126c06c4c020e3ea93fc57 (diff) |
arm64: Remove CONFIG_SYS_FULL_VA macro
All configurations have been removed in 2016 by commit 7985cdf74b28
("arm64: Remove non-full-va map code").
Signed-off-by: Michal Simek <michal.simek@xilinx.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 da495f545b..1602b05f07 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2647,7 +2647,6 @@ CONFIG_SYS_FTSDMC021_CR2 CONFIG_SYS_FTSDMC021_TP1 CONFIG_SYS_FTSDMC021_TP2 CONFIG_SYS_FTSMC020_CONFIGS -CONFIG_SYS_FULL_VA CONFIG_SYS_GAFR0_L_VAL CONFIG_SYS_GAFR0_U_VAL CONFIG_SYS_GAFR1_L_VAL |