mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
48efc8a25b
commit
18c1198667
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ config ARCH_UNIPHIER_64BIT
|
||||||
bool
|
bool
|
||||||
select ARM64
|
select ARM64
|
||||||
select SPL_SEPARATE_BSS
|
select SPL_SEPARATE_BSS
|
||||||
|
select ARMV8_MULTIENTRY
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "UniPhier SoC select"
|
prompt "UniPhier SoC select"
|
||||||
|
|
|
@ -99,7 +99,6 @@
|
||||||
#define CONFIG_SYS_MMC_ENV_PART 1
|
#define CONFIG_SYS_MMC_ENV_PART 1
|
||||||
|
|
||||||
#ifdef CONFIG_ARM64
|
#ifdef CONFIG_ARM64
|
||||||
#define CONFIG_ARMV8_MULTIENTRY
|
|
||||||
#define CPU_RELEASE_ADDR 0x80000000
|
#define CPU_RELEASE_ADDR 0x80000000
|
||||||
#define COUNTER_FREQUENCY 50000000
|
#define COUNTER_FREQUENCY 50000000
|
||||||
#define CONFIG_GICV3
|
#define CONFIG_GICV3
|
||||||
|
|
Loading…
Add table
Reference in a new issue