diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2017-08-24 17:05:36 +0930 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-08-24 11:03:43 +0000 |
commit | 4653c60ca19976be5f4d8719811b2409033b124f (patch) | |
tree | a716f0875628613795263064a8d6ccedfba1a35b /meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc | |
parent | 576714dedd91bf5b104aa6050058333ec178ace7 (diff) | |
download | talos-openbmc-4653c60ca19976be5f4d8719811b2409033b124f.tar.gz talos-openbmc-4653c60ca19976be5f4d8719811b2409033b124f.zip |
u-boot: Integrate upstream UBI and MTD patches
Adriana Kobylak (2):
Add MTD support to Aspeed Flash driver
Add optional MTD and UBI support to ast-common
Change-Id: I9f8b9d2e725f9d2f86f67c9dc52929086dff187a
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc b/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc index 1089ec40c..a11fb7b07 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot.inc @@ -1,6 +1,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -SRCREV = "a5e0a21ed4b62ab4d8ff09f70b751db0f46ddaac" +SRCREV = "1b3fb9515dcd280fca764b2521f152ca04d04701" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" @@ -8,8 +8,6 @@ SRC_URI += "file://0001-configs-ast-Add-redundnant-env.patch" SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'obmc-ubi-fs', \ 'file://0001-config-ast-common-hack-bootopts.patch \ - file://0002-Add-MTD-support-to-Aspeed-Flash-driver.patch \ - file://0003-Add-MTD-and-UBI-support-to-ast-g5.patch \ file://0004-config-ast-common-ubi-bootops.patch', '', d)}" PV = "v2016.07+git${SRCPV}" |