commit | bef2eaec976bf6c322c9f5c8f55cddb8aa33b9cc | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue May 21 16:04:31 2019 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed May 22 13:37:02 2019 -0400 |
tree | b1db7b8527735d5699a8fdd5d8fef48afd8bf623 | |
parent | f90db3181f9ee2e3f080a6dcfaa68c800b31a174 [diff] |
u-boot-aspeed: Fix MT25QL01GB flash chip Cédric Le Goater (1): aspeed/flash: fix definition of the MT25QL01GB chip (From meta-aspeed rev: 37b73caedf44bc51e1bf798fe9d566f8646353b2) Resolves https://github.com/openbmc/u-boot/issues/18 Change-Id: If4082230d50c8da4a5a731fc14d938edd018ea10 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc index ac60400..261c1a4 100644 --- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc +++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
@@ -8,7 +8,7 @@ # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "3c33d1e84ebb8d2305725c509a7c6df1125afa62" +SRCREV = "cc6c5bef00ebbac0b37f9a406913ca17ff9c56b5" UBRANCH = "v2016.07-aspeed-openbmc" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"