diff options
author | John Schmoller <jschmoller@xes-inc.com> | 2015-01-09 15:42:50 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-12 09:38:47 -0500 |
commit | 0285100909e360474afe55f10f4b402dafa27c42 (patch) | |
tree | a1c805e4f4a7353b862382194d4fc184016f3cc1 /include/configs/xpedite520x.h | |
parent | 13e55b358ebf02d486aaa6e3eb284278d76f3e96 (diff) |
powerpc: xes: Convert to generic board
Convert Extreme Engineering Solutions products to use generic board
support.
Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/xpedite520x.h')
-rw-r--r-- | include/configs/xpedite520x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index baa30395aaf..f966a8ad5e9 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -21,6 +21,8 @@ #define CONFIG_SYS_BOARD_NAME "XPedite5200" #define CONFIG_SYS_FORM_PMC_XMC 1 #define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xfff80000 |