diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-17 19:24:28 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-20 07:15:28 +0900 |
commit | 18c11986674ae917aad2465ef88cbb2c4e92b170 (patch) | |
tree | 001eb59a5bfff1c1481574ac0326e150fa639ef9 /include | |
parent | 48efc8a25bcf859a5ba58e3025b65641adaed3cb (diff) | |
download | u-boot-18c11986674ae917aad2465ef88cbb2c4e92b170.tar.gz u-boot-18c11986674ae917aad2465ef88cbb2c4e92b170.tar.xz u-boot-18c11986674ae917aad2465ef88cbb2c4e92b170.zip |
ARM: uniphier: move CONFIG_ARMV8_MULTIENTRY to Kconfig
I just did not notice this option had an entry in Kconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/uniphier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 68f6c9f239..77057d0097 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -99,7 +99,6 @@ #define CONFIG_SYS_MMC_ENV_PART 1 #ifdef CONFIG_ARM64 -#define CONFIG_ARMV8_MULTIENTRY #define CPU_RELEASE_ADDR 0x80000000 #define COUNTER_FREQUENCY 50000000 #define CONFIG_GICV3 |