From d9f923ffcb60be6817cff37c76e21faede8d2819 Mon Sep 17 00:00:00 2001 From: Dirk Eibach Date: Fri, 25 Jul 2014 10:10:24 +0200 Subject: board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards Add the generic board infrastructure to all gdsys boards. Signed-off-by: Dirk Eibach Signed-off-by: Stefan Roese --- include/configs/gdppc440etx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/gdppc440etx.h') diff --git a/include/configs/gdppc440etx.h b/include/configs/gdppc440etx.h index 6810b3b..12fd75d 100644 --- a/include/configs/gdppc440etx.h +++ b/include/configs/gdppc440etx.h @@ -32,6 +32,7 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ +#define CONFIG_SYS_GENERIC_BOARD #undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */ #define CONFIG_AUTOBOOT_KEYED /* use key strings to stop autoboot */ -- cgit v1.1