diff options
| author | Ying Zhang <[email protected]> | 2014-11-06 13:05:08 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2014-12-05 08:06:10 -0800 |
| commit | 653c28f377c58021d2c9c61ca35dcad50b4866b4 (patch) | |
| tree | 0c33fc5cefb17b3e0542583b4b55e32c8f82e056 /include | |
| parent | 1ccd94fb9704ac0cd9b9b09a304957a3efabcc54 (diff) | |
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/P1010RDB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index d378dbd1a1e..cd6a39c6571 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -14,6 +14,8 @@ #ifdef CONFIG_36BIT #define CONFIG_PHYS_64BIT #endif +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_P1010 #define CONFIG_E500 /* BOOKE e500 family */ |
