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
Change-Id: I9d6cac9b68bb048cbd991a2567f8e8808ceeadfa
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index 19b0680..cd26d94 100644
--- a/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/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"