mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
9b18e5199e
commit
2aea661810
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue