diff options
author | Anatolij Gustschin <agust@denx.de> | 2014-10-21 22:31:26 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-07 16:27:05 -0500 |
commit | 8086988fe87c4d66b64f24a14e66f82dac2ca599 (patch) | |
tree | 2d659595e1f0a8ee6d3bcf97dc2700e3ec5c0b5b /include/configs/o2dnt-common.h | |
parent | 99dd6ab40505d2b11424dc8750f12e32ccb478f4 (diff) | |
download | u-boot-8086988fe87c4d66b64f24a14e66f82dac2ca599.tar.gz |
powerpc: o2dnt: convert to generic board
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/o2dnt-common.h')
-rw-r--r-- | include/configs/o2dnt-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index 183c449284..18388d150b 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -17,6 +17,8 @@ * High Level Configuration Options */ #define CONFIG_MPC5200 +#define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 /* running at 33.000000MHz */ |