diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:33 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:26 -0500 |
commit | a5ee5c6949fce12cdaae6016f04f0964512e5051 (patch) | |
tree | 89a1cf598b6d41588f244fb66f73aa43c3d302f1 | |
parent | 37ea00929d8c5c5ce78088ea587470ab516a7287 (diff) | |
download | u-boot-imx-a5ee5c6949fce12cdaae6016f04f0964512e5051.zip u-boot-imx-a5ee5c6949fce12cdaae6016f04f0964512e5051.tar.gz u-boot-imx-a5ee5c6949fce12cdaae6016f04f0964512e5051.tar.bz2 |
ppc4xx: switch PLU405 to generic board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
-rw-r--r-- | include/configs/PLU405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 8705161..a236e11 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -21,6 +21,8 @@ #define CONFIG_PLU405 1 /* ...on a PLU405 board */ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 +#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() */ |