diff options
Diffstat (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2400')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |