diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2014-07-25 10:10:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2014-07-25 10:55:49 +0200 |
commit | d9f923ffcb60be6817cff37c76e21faede8d2819 (patch) | |
tree | 5d1520259971d8f40954453a13f977f6abbdd7e2 /include/configs/intip.h | |
parent | d29437aa7709a0bb77c8eec47b151267721db8ff (diff) |
board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards
Add the generic board infrastructure to all gdsys boards.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/intip.h')
-rw-r--r-- | include/configs/intip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/intip.h b/include/configs/intip.h index b56b3aa340b..928eb5b9dbd 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -45,6 +45,7 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R 1 /* Call board_early_init_r */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_BOARD_TYPES 1 /* support board types */ #define CONFIG_FIT #define CFG_ALT_MEMTEST |