diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-12-01 08:21:01 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-15 17:14:58 (GMT) |
commit | 9a509cf66adc9d0d48cf944bc07f8f78c5ff6494 (patch) | |
tree | 7f5966f0c4fb55ab5e6d86bc053237e1b10fe923 /include | |
parent | 4aafbb44510cc3d944633855de3e77b8a0713b58 (diff) | |
download | u-boot-fsl-qoriq-9a509cf66adc9d0d48cf944bc07f8f78c5ff6494.tar.xz |
powerpc/t4240rdb: Convert to use generic board code
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T4240RDB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index db03993..810b2c7 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -12,6 +12,8 @@ #define CONFIG_T4240RDB #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE4 |