u-boot-aspeed-sdk: Make fw-utils config consistent with u-boot

Previously the FLASH_SIZE-based config tweaks had only been applied to
u-boot itself, leaving fw-utils built with a different default
environment that could end up replacing the original one with a
non-working bootcmd setting.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I147a601d6a348f94b221459eabee4555dfed63c6
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index 75539c2..9a27297 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -13,6 +13,9 @@
 SRCREV = "6ca27db3f97b270e063b552e2c5e554d70f2fd66"
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
 
+SRC_URI:append:uboot-flash-32768 = " file://u-boot_flash_32M.cfg"
+SRC_URI:append:uboot-flash-65536 = " file://u-boot_flash_64M.cfg"
+
 S = "${WORKDIR}/git"
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"