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.

Change-Id: I4ef2d6c4316ae08d387a600bb3242f6fc1923c52
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/conf/machine/include/aspeed.inc b/conf/machine/include/aspeed.inc
index d651a84..946eebc 100644
--- a/conf/machine/include/aspeed.inc
+++ b/conf/machine/include/aspeed.inc
@@ -27,4 +27,4 @@
 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"