[PATCH uboot v2016.05-aspeed-openbmc 5/9] aspeed/ast-g4: select the correct cpu

Joel Stanley joel at jms.id.au
Thu Jun 30 17:14:25 AEST 2016


On Wed, 2016-06-29 at 18:09 +0200, Cédric Le Goater wrote:
> Else the default is a arm v4
> 

This is also set in the include/config headers, but I agree it belongs
here. We can remove it from the config headers now.

> Signed-off-by: Cédric Le Goater <clg at kaod.org>

Reviewed-by: Joel Stanley <joel at jms.id.au>


> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 67a00fccd626..ee176be22979 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -755,6 +755,7 @@ config TARGET_WITHERSPOON_BMC
>  
>  config TARGET_AST_G4
>         bool "Support ast2400"
> +       select CPU_ARM926EJS
>  
>  endchoice
>  


More information about the openbmc mailing list