u-boot-aspeed: u-boot on eMMC support

This adds a new configuration ast2600_openbmc_spl_emmc_defconfig that
can be used on either emmc or nor systems. Note that it will try to
locate the environment on emmc, so use on nor-only systems will always
use the default environment.

Machines that wish to use this configuration should set UBOOT_MACHINE in
their <machinename>.conf.

Eddie James (3):
      ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters
      arch: ARM: Aspeed: Add SPL eMMC partition boot support
      configs: Add AST2600 SPL eMMC configuration

(From meta-aspeed rev: 1a970c012150cee8e5d937716f33e4f1c2e85e02)

Change-Id: I53f6b39579529f7bb6d98f4ee9a3cb067dc75cb5
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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 19b0680..cd26d94 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
@@ -8,7 +8,7 @@
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "79a1c9bf2479b4808bd3275a9ea2dc0341a3f491"
+SRCREV = "07850c9dfcd720e7668c60e084b397ef78153dd9"
 
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"