From 44314918c020abc9d56e223cf8d57313a5c3db99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 12 Jun 2015 10:35:52 +0200 Subject: [PATCH] karo: config: enable CONFIG_GENERIC_BOARD --- board/karo/tx28/config.mk | 2 ++ board/karo/tx51/config.mk | 1 + board/karo/tx53/config.mk | 1 + board/karo/tx6/config.mk | 1 - include/configs/tx28.h | 1 + include/configs/tx48.h | 1 + include/configs/tx51.h | 1 + include/configs/tx53.h | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/board/karo/tx28/config.mk b/board/karo/tx28/config.mk index c3beb5d27a..4c0a444178 100644 --- a/board/karo/tx28/config.mk +++ b/board/karo/tx28/config.mk @@ -2,6 +2,8 @@ CONFIG_SYS_TEXT_BASE := 0x40100000 CONFIG_SPL_TEXT_BASE := 0x00000000 +__HAVE_ARCH_GENERIC_BOARD := y + LOGO_BMP = logos/karo.bmp PLATFORM_CPPFLAGS += -Werror diff --git a/board/karo/tx51/config.mk b/board/karo/tx51/config.mk index 899890754f..127325fd03 100644 --- a/board/karo/tx51/config.mk +++ b/board/karo/tx51/config.mk @@ -1,5 +1,6 @@ # stack is allocated below CONFIG_SYS_TEXT_BASE CONFIG_SYS_TEXT_BASE := 0x90100000 +__HAVE_ARCH_GENERIC_BOARD := y PLATFORM_CPPFLAGS += -Werror LOGO_BMP = logos/karo.bmp diff --git a/board/karo/tx53/config.mk b/board/karo/tx53/config.mk index e765c3a0dd..0ecbf32915 100644 --- a/board/karo/tx53/config.mk +++ b/board/karo/tx53/config.mk @@ -1,5 +1,6 @@ # stack is allocated below CONFIG_SYS_TEXT_BASE CONFIG_SYS_TEXT_BASE := 0x70100000 +__HAVE_ARCH_GENERIC_BOARD := y PLATFORM_CPPFLAGS += -Werror LOGO_BMP = logos/karo.bmp diff --git a/board/karo/tx6/config.mk b/board/karo/tx6/config.mk index c1215d5a49..9f156bc849 100644 --- a/board/karo/tx6/config.mk +++ b/board/karo/tx6/config.mk @@ -2,7 +2,6 @@ CONFIG_SYS_TEXT_BASE := 0x10100000 __HAVE_ARCH_GENERIC_BOARD := y - LOGO_BMP = logos/karo.bmp #PLATFORM_CPPFLAGS += -DDEBUG #PLATFORM_CPPFLAGS += -Wno-unused-but-set-variable diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 27b51db822..c7b1f91d30 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -36,6 +36,7 @@ #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_LATE_INIT #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ #define CONFIG_LCD diff --git a/include/configs/tx48.h b/include/configs/tx48.h index e26bf9cf19..5a8785e6bb 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -31,6 +31,7 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_LATE_INIT +#define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ #define CONFIG_LCD diff --git a/include/configs/tx51.h b/include/configs/tx51.h index 74a9076bab..01e0ae34db 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -25,6 +25,7 @@ #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_LATE_INIT #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_SYS_GENERIC_BOARD #if CONFIG_SYS_CPU_CLK == 600 #define TX51_MOD_PREFIX "6" diff --git a/include/configs/tx53.h b/include/configs/tx53.h index ce7e46e4b1..68b8d0cd94 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -25,6 +25,7 @@ #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_LATE_INIT #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ #define CONFIG_LCD -- 2.39.2