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 --- board/gaisler/gr_cpci_ax2000/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'board/gaisler/gr_cpci_ax2000/Kconfig') diff --git a/board/gaisler/gr_cpci_ax2000/Kconfig b/board/gaisler/gr_cpci_ax2000/Kconfig index 8da0504..c12a002 100644 --- a/board/gaisler/gr_cpci_ax2000/Kconfig +++ b/board/gaisler/gr_cpci_ax2000/Kconfig @@ -1,14 +1,8 @@ if TARGET_GR_CPCI_AX2000 -config SYS_CPU - default "leon3" - config SYS_BOARD default "gr_cpci_ax2000" -config SYS_VENDOR - default "gaisler" - config SYS_CONFIG_NAME default "gr_cpci_ax2000" -- cgit v1.1