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 /include | |
parent | 7125d2c195fb556afc126c06c4c020e3ea93fc57 (diff) | |
download | u-boot-02ff91e8c60f1f48bee8f4bd1c87ea0892cc5dae.tar.gz u-boot-02ff91e8c60f1f48bee8f4bd1c87ea0892cc5dae.tar.xz u-boot-02ff91e8c60f1f48bee8f4bd1c87ea0892cc5dae.zip |
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 'include')
-rw-r--r-- | include/configs/s32v234evb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index e207ca45fd..11ae2c1c52 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 |