mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
board/freescale: use generic board architecture for p1010rdb
Use generic board architecture for p1010rdb, tested with NOR boot on p1010rdb-pb. Signed-off-by: Ying Zhang <b40530@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
1ccd94fb97
commit
653c28f377
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
#ifdef CONFIG_36BIT
|
#ifdef CONFIG_36BIT
|
||||||
#define CONFIG_PHYS_64BIT
|
#define CONFIG_PHYS_64BIT
|
||||||
#endif
|
#endif
|
||||||
|
#define CONFIG_SYS_GENERIC_BOARD
|
||||||
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
#define CONFIG_P1010
|
#define CONFIG_P1010
|
||||||
#define CONFIG_E500 /* BOOKE e500 family */
|
#define CONFIG_E500 /* BOOKE e500 family */
|
||||||
|
|
Loading…
Reference in a new issue