diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:35 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:27 -0500 |
commit | 3c3b55d974a0e9e8c0e61711fc83e4a9f60994a9 (patch) | |
tree | 9cbfa4888656041f2830daa20000a8adf7471e48 /include | |
parent | 348303566de129e6f42c6a9e9761ce3d7851d698 (diff) | |
download | u-boot-imx-3c3b55d974a0e9e8c0e61711fc83e4a9f60994a9.zip u-boot-imx-3c3b55d974a0e9e8c0e61711fc83e4a9f60994a9.tar.gz u-boot-imx-3c3b55d974a0e9e8c0e61711fc83e4a9f60994a9.tar.bz2 |
ppc4xx: switch VOM405 to generic board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/VOM405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index c06897b..e229256 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -19,6 +19,8 @@ #define CONFIG_VOM405 1 /* ...on a VOM405 board */ #define CONFIG_SYS_TEXT_BASE 0xFFFC8000 +#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() */ |