diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-15 23:30:01 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-27 16:20:37 +0100 |
commit | e8bb0c2b8678631c1819b8fcfddceb3be80ceae2 (patch) | |
tree | 65f1302995380fab5ca073ca89d33164f2f14567 | |
parent | 743686930c707ffa66998ec076ac1a983740a6de (diff) | |
download | u-boot-imx-e8bb0c2b8678631c1819b8fcfddceb3be80ceae2.zip u-boot-imx-e8bb0c2b8678631c1819b8fcfddceb3be80ceae2.tar.gz u-boot-imx-e8bb0c2b8678631c1819b8fcfddceb3be80ceae2.tar.bz2 |
MIPS: pb1x00: switch to generic board
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-rw-r--r-- | include/configs/pb1x00.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 1c04a58..61e6af3 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -15,6 +15,9 @@ #define CONFIG_PB1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #ifdef CONFIG_PB1000 #define CONFIG_SOC_AU1000 1 #else |