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"