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

Cédric Le Goater clg at kaod.org
Thu Jun 30 02:09:47 AEST 2016


Else the default is a arm v4

Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
 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
 
-- 
2.1.4



More information about the openbmc mailing list