diff options
author | vijay rai <vijay.rai@freescale.com> | 2014-11-18 12:21:13 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-05 08:06:12 -0800 |
commit | 2aea661810396371f8aa5b846c40063a04b92dc8 (patch) | |
tree | 362f993ac44e165c66331e28d61806980cc59959 | |
parent | 9b18e5199ec42f9dc62c0da7f4fe7554e199980d (diff) | |
download | u-boot-imx-2aea661810396371f8aa5b846c40063a04b92dc8.zip u-boot-imx-2aea661810396371f8aa5b846c40063a04b92dc8.tar.gz u-boot-imx-2aea661810396371f8aa5b846c40063a04b92dc8.tar.bz2 |
powerpc/t104x: Convert to use generic board code
Convert T1040QDS and T1040RDB to use generic board code.
Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r-- | include/configs/T1040QDS.h | 2 | ||||
-rw-r--r-- | include/configs/T104xRDB.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 2ae0f48..6b396bb 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -28,6 +28,8 @@ */ #define CONFIG_T1040QDS #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 6f41dce..1eb1371 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -12,6 +12,8 @@ */ #define CONFIG_T104xRDB #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_E500 /* BOOKE e500 family */ #include <asm/config_mpc85xx.h> |