From patchwork Thu Jun 25 07:26:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 242942 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Thu, 25 Jun 2020 09:26:57 +0200 Subject: [PATCH] arm64: Remove CONFIG_SYS_FULL_VA macro Message-ID: All configurations have been removed in 2016 by commit 7985cdf74b28 ("arm64: Remove non-full-va map code"). Signed-off-by: Michal Simek --- include/configs/s32v234evb.h | 4 ---- scripts/config_whitelist.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 5c6692c1999c..3db3d4884f75 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -34,10 +34,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT -/* Config CACHE */ - -#define CONFIG_SYS_FULL_VA - /* Enable passing of ATAGs */ #define CONFIG_CMDLINE_TAG diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b023806efc2f..0e6de885bcf2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2657,7 +2657,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