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/grsim_leon2/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'board/gaisler/grsim_leon2/Kconfig') diff --git a/board/gaisler/grsim_leon2/Kconfig b/board/gaisler/grsim_leon2/Kconfig index 0907f3af89..0d21a0a985 100644 --- a/board/gaisler/grsim_leon2/Kconfig +++ b/board/gaisler/grsim_leon2/Kconfig @@ -1,14 +1,8 @@ if TARGET_GRSIM_LEON2 -config SYS_CPU - default "leon2" - config SYS_BOARD default "grsim_leon2" -config SYS_VENDOR - default "gaisler" - config SYS_CONFIG_NAME default "grsim_leon2" -- cgit v1.2.1