diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-11-07 07:39:56 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-05 16:06:11 (GMT) |
commit | 9a7eeb9c9fe17d39a68e8775f9cf0a1c1b81b810 (patch) | |
tree | 71e0a56cd17185643c7be60a80567e56acac499a /include | |
parent | fb735723696628a1a99e768fc25e646560588ec7 (diff) | |
download | u-boot-9a7eeb9c9fe17d39a68e8775f9cf0a1c1b81b810.tar.xz |
powerpc/c29xpcie: Enable configs to use generic board code
Add configs:
o CONFIG_SYS_GENERIC_BOARD
o CONFIG_DISPLAY_BOARDINFO
in C29XPCIE config header file to use U-boot generic
board code.
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/C29XPCIE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 5d11278..ecb3d7b 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -12,6 +12,8 @@ #define __CONFIG_H #define CONFIG_PHYS_64BIT +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #ifdef CONFIG_C29XPCIE #define CONFIG_PPC_C29X |