diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:32 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:26 -0500 |
commit | 37ea00929d8c5c5ce78088ea587470ab516a7287 (patch) | |
tree | db5ab315b1fcd7916143924faff8dd0dfa28184c | |
parent | 7eaeb08b202929028cbc29b7bb7f277300709325 (diff) | |
download | u-boot-imx-37ea00929d8c5c5ce78088ea587470ab516a7287.zip u-boot-imx-37ea00929d8c5c5ce78088ea587470ab516a7287.tar.gz u-boot-imx-37ea00929d8c5c5ce78088ea587470ab516a7287.tar.bz2 |
ppc4xx: switch CPCI2DP to generic board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
-rw-r--r-- | include/configs/CPCI2DP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/CPCI2DP.h b/include/configs/CPCI2DP.h index 05106cd..845ed81 100644 --- a/include/configs/CPCI2DP.h +++ b/include/configs/CPCI2DP.h @@ -20,6 +20,8 @@ #define CONFIG_405GP 1 /* This is a PPC405 CPU */ #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() */ |