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/controlcenterd.h | |
parent | d29437aa7709a0bb77c8eec47b151267721db8ff (diff) | |
download | u-boot-imx-d9f923ffcb60be6817cff37c76e21faede8d2819.zip u-boot-imx-d9f923ffcb60be6817cff37c76e21faede8d2819.tar.gz u-boot-imx-d9f923ffcb60be6817cff37c76e21faede8d2819.tar.bz2 |
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/controlcenterd.h')
-rw-r--r-- | include/configs/controlcenterd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index ec3145f..7eaaf69 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -45,6 +45,8 @@ #define CONFIG_CONTROLCENTERD #define CONFIG_MP /* support multiple processors */ +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_NO_FLASH #define CONFIG_ENABLE_36BIT_PHYS #define CONFIG_FSL_LAW /* Use common FSL init code */ |