From: Anatolij Gustschin Date: Thu, 13 Aug 2015 21:57:57 +0000 (+0200) Subject: powerpc: motionpro: convert to generic board X-Git-Tag: v2015.10-rc2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a02cb92743359dd87ad413348f3faf855ce8b545;p=u-boot powerpc: motionpro: convert to generic board Signed-off-by: Anatolij Gustschin Cc: Wolfgang Denk --- diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 6dc84eb359..3b97d91e58 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -17,6 +17,8 @@ /* CPU and board */ #define CONFIG_MPC5200 1 /* This is a MPC5200 CPU */ #define CONFIG_MOTIONPRO 1 /* ... on Promess Motion-PRO board */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_HIGH_BATS 1 /* High BATs supported */