diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2014-11-07 14:46:18 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-05 08:06:10 -0800 |
commit | 840a5182a5770234c30b249569596f912d7f9f20 (patch) | |
tree | 43b7a8558991c71ba8ba645dbf26c7c279c9e34c | |
parent | 7c1c581f9c5137f8f109e4cdab3f3d256c7b7dad (diff) | |
download | u-boot-imx-840a5182a5770234c30b249569596f912d7f9f20.zip u-boot-imx-840a5182a5770234c30b249569596f912d7f9f20.tar.gz u-boot-imx-840a5182a5770234c30b249569596f912d7f9f20.tar.bz2 |
mpc85xx/p1022ds: convert to generic board
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r-- | include/configs/P1022DS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index bd08090..4371110 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -11,6 +11,9 @@ #include "../board/freescale/common/ics307_clk.h" +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #ifdef CONFIG_36BIT #define CONFIG_PHYS_64BIT #endif |