summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf/machine/include/aspeed.inc
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-09-10 22:10:58 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-11 14:22:33 +0300
commitd84a52bf9b29797df73123e23feef18db0f7f78c (patch)
tree6c9b6b08b7039e73a0cf63ff69926cc9ac82e0ce /meta-aspeed/conf/machine/include/aspeed.inc
parent7a73e4b09637172f6110f96cdc59b29a385d3724 (diff)
downloadopenbmc-d84a52bf9b29797df73123e23feef18db0f7f78c.tar.xz
aspeed: g6: Fix typo in UBOOT_LOADADDRESS line
A typo in the UBOOT_LOADADDRESS line for g6 prevented the FIT image from properly be loaded by U-Boot. This change makes sure that the FIT image is properly generated so U-Boot can load it to the right address. Tested: Build, inspected, and booted the FIT image. (From meta-aspeed rev: 12cd1d2b96db78ca4a34751c92d63cb6212228be) Change-Id: Idad7ff047c29699a7cfb80c186e418183ca126f3 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/conf/machine/include/aspeed.inc')
-rw-r--r--meta-aspeed/conf/machine/include/aspeed.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/conf/machine/include/aspeed.inc b/meta-aspeed/conf/machine/include/aspeed.inc
index d651a84b6..946eebccd 100644
--- a/meta-aspeed/conf/machine/include/aspeed.inc
+++ b/meta-aspeed/conf/machine/include/aspeed.inc
@@ -27,4 +27,4 @@ UBOOT_ENTRYPOINT_aspeed-g5 ?= "0x80001000"
UBOOT_ENTRYPOINT_aspeed-g6 ?= "0x80001000"
UBOOT_LOADADDRESS_aspeed-g4 ?= "0x40001000"
UBOOT_LOADADDRESS_aspeed-g5 ?= "0x80001000"
-UBOOT_LOADADDRESS_aspeed-65 ?= "0x80001000"
+UBOOT_LOADADDRESS_aspeed-g6 ?= "0x80001000"