diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:31 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:26 -0500 |
commit | 7eaeb08b202929028cbc29b7bb7f277300709325 (patch) | |
tree | ec51e47750142c89484948bffa321c37148c2a71 /include/configs | |
parent | 5f1459dc0df03b6ea91c9c111fd41652e7db3590 (diff) | |
download | u-boot-imx-7eaeb08b202929028cbc29b7bb7f277300709325.zip u-boot-imx-7eaeb08b202929028cbc29b7bb7f277300709325.tar.gz u-boot-imx-7eaeb08b202929028cbc29b7bb7f277300709325.tar.bz2 |
ppc4xx: cleanup CPCI4052 board
- remove some obsolete code
- switch to generic board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/CPCI4052.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index bf85439..ceddd7a 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -23,6 +23,8 @@ #undef CONFIG_CPCI405_6U /* enable this for 6U boards */ #define CONFIG_SYS_TEXT_BASE 0xFFFC0000 +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ |