From 724662d849257b96487074087433231d26f43cd1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sat, 4 Jun 2016 00:48:21 -0400 Subject: AST2400: Use Palmetto as the default uboot target An evaluation board target would be nice here but at least Palmetto is an improvement over the generic ARM target. Signed-off-by: Brad Bishop --- .../meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc index 97a8834ef..964de9a1d 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc @@ -5,7 +5,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc" PREFERRED_VERSION_linux-obmc ?= "4.4+git%" -UBOOT_MACHINE ?= "versatileab_config" +UBOOT_MACHINE ?= "palmetto_config" UBOOT_ENTRYPOINT ?= "0x40001000" UBOOT_LOADADDRESS ?= "0x40001000" -- cgit v1.2.1