mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-29 10:01:43 +00:00
ARM: UniPhier: move CONFIG_UNIPHIER_SMP to Kconfig
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
b115678bdf
commit
84b3584f21
2 changed files with 4 additions and 2 deletions
|
@ -9,11 +9,15 @@ config SYS_CONFIG_NAME
|
||||||
default "ph1_ld4" if MACH_PH1_LD4
|
default "ph1_ld4" if MACH_PH1_LD4
|
||||||
default "ph1_sld8" if MACH_PH1_SLD8
|
default "ph1_sld8" if MACH_PH1_SLD8
|
||||||
|
|
||||||
|
config UNIPHIER_SMP
|
||||||
|
bool
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "UniPhier SoC select"
|
prompt "UniPhier SoC select"
|
||||||
|
|
||||||
config MACH_PH1_PRO4
|
config MACH_PH1_PRO4
|
||||||
bool "PH1-Pro4"
|
bool "PH1-Pro4"
|
||||||
|
select UNIPHIER_SMP
|
||||||
|
|
||||||
config MACH_PH1_LD4
|
config MACH_PH1_LD4
|
||||||
bool "PH1-LD4"
|
bool "PH1-LD4"
|
||||||
|
|
|
@ -37,8 +37,6 @@
|
||||||
#define CONFIG_DDR_NUM_CH0 2
|
#define CONFIG_DDR_NUM_CH0 2
|
||||||
#define CONFIG_DDR_NUM_CH1 2
|
#define CONFIG_DDR_NUM_CH1 2
|
||||||
|
|
||||||
#define CONFIG_UNIPHIER_SMP
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Memory Size & Mapping
|
* Memory Size & Mapping
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue