aspeed-u-boot-sdk: Update to latest dev commit
Chia-Wei, Wang (1):
aspeed: ast2600: add CPU clock initialization
Dylan Hung (9):
[add] add ECC setting
[update] correct the ecc range
[fix] fix build error when ASPEED_ECC is off
[update] ecc off by default
[update] add ECC enable message
target margin 0 is legal arg.
[fix] fix incorrect DMA base calculation
[update] fix 2600 fpga issue.
[update] update ast2600 fpga config
ryan_chen (8):
add otp strap bspi size info
add pcie support for evb
add for spi aux information
disable h2x pcie at default
add for h2x
add i2c pinctrl
add i2c pinctrl
update enable ast2600 evb i2c
Change-Id: I26fd3e70f188fd13b1e5ff5add515657c3772128
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 bef5448..4e1d945 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 = "3d624802e82868bc5c2b6314cdff7499d8441761"
+SRCREV = "9b5fc98374593c49133b709f71119222ecfff3eb"
UBRANCH = "aspeed-dev-v2019.04"
SRC_URI = "git://github.com/AspeedTech-BMC/u-boot;branch=${UBRANCH};protocol=https"