diff options
author | Ying Zhang <b40530@freescale.com> | 2014-11-04 15:10:46 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-05 08:06:09 -0800 |
commit | e838b0c752930175add7b8933bbc2db745cc8b1c (patch) | |
tree | 5c5db812d82575f0ea8700d3f8cd340129cc1db3 /include/configs/p1_twr.h | |
parent | 3ad2737ee3faa291f75176b667ac3ad4408b023d (diff) | |
download | u-boot-imx-e838b0c752930175add7b8933bbc2db745cc8b1c.zip u-boot-imx-e838b0c752930175add7b8933bbc2db745cc8b1c.tar.gz u-boot-imx-e838b0c752930175add7b8933bbc2db745cc8b1c.tar.bz2 |
board/freescale: use generic board architecture for p1025-twr
Use generic board architecture for p1025-twr, tested with NOR
boot and NAND boot on p1025-twr.
Signed-off-by: Ying Zhang <b40530@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 681bc92..9864c15 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -10,6 +10,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #if defined(CONFIG_TWR_P1025) #define CONFIG_BOARDNAME "TWR-P1025" #define CONFIG_P1025 |