From 89bedb0c10d47c3889a218c17c3ee4612ec9af6c Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 30 Oct 2014 15:30:57 +0900 Subject: sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR defines For now, all the SPARC boards in U-Boot are provided by Gaisler. Signed-off-by: Masahiro Yamada Cc: Daniel Hellstrom --- arch/sparc/Kconfig | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'arch/sparc') diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 56bdae66d6..2df09b2e50 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -1,9 +1,6 @@ menu "SPARC architecture" depends on SPARC -config SYS_ARCH - default "sparc" - config LEON bool @@ -44,6 +41,16 @@ config TARGET_GRSIM endchoice +config SYS_ARCH + default "sparc" + +config SYS_CPU + default "leon2" if LEON2 + default "leon3" if LEON3 + +config SYS_VENDOR + default "gaisler" + source "board/gaisler/gr_cpci_ax2000/Kconfig" source "board/gaisler/gr_ep2s60/Kconfig" source "board/gaisler/gr_xc3s_1500/Kconfig" -- cgit v1.2.1