diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2014-10-03 11:45:24 +0200 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-14 11:12:15 -0800 |
commit | a0744285eeb90ecc72f75d2fc6901f9ce9db967c (patch) | |
tree | bdc5841454f38f48b083c1b04cc3a8235415880c /include/configs/km82xx.h | |
parent | e83a7e9453295753e84ab51221d167e87cac67aa (diff) | |
download | u-boot-a0744285eeb90ecc72f75d2fc6901f9ce9db967c.tar.gz u-boot-a0744285eeb90ecc72f75d2fc6901f9ce9db967c.tar.bz2 u-boot-a0744285eeb90ecc72f75d2fc6901f9ce9db967c.zip |
keymile/powerpc: move to the architecture-generic board system
This converts all the Keymile powerpc boards to the generic board
initialization.
This includes the 3 Keymile powerpc subsystems: km82xx, km83xx,
and kmp204x.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/km82xx.h')
-rw-r--r-- | include/configs/km82xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h index 029c348285..69ba66ae6e 100644 --- a/include/configs/km82xx.h +++ b/include/configs/km82xx.h @@ -29,6 +29,9 @@ #error ("Board unsupported") #endif +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #define CONFIG_SYS_TEXT_BASE 0xFE000000 /* include common defines/options for all Keymile boards */ |