diff mbox

[U-Boot] powerpc/t104x: Convert to use generic board code

Message ID 1416293473-26238-1-git-send-email-vijay.rai@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

vijay rai Nov. 18, 2014, 6:51 a.m. UTC
Convert T1040QDS and T1040RDB to use generic board code.

Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
---
Tested for :
 NOR, NAND, SPI, SD bootloader for T104xRDB boards
 NOR bootloader for T104xQDS Boards

 include/configs/T1040QDS.h |    2 ++
 include/configs/T104xRDB.h |    2 ++
 2 files changed, 4 insertions(+)

Comments

York Sun Dec. 5, 2014, 4:30 p.m. UTC | #1
On 11/17/2014 10:51 PM, Vijay Rai wrote:
> Convert T1040QDS and T1040RDB to use generic board code.
> 
> Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
> ---
> Tested for :
>  NOR, NAND, SPI, SD bootloader for T104xRDB boards
>  NOR bootloader for T104xQDS Boards
> 

Applied to u-boot-mpc85xx, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 1d0664d..22932e9 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 2bb86e4..4b12639 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
 
 #ifdef CONFIG_RAMBOOT_PBL
 #define CONFIG_SYS_FSL_PBL_PBI $(SRCTREE)/board/freescale/t104xrdb/t104x_pbi.cfg