u-boot-aspeed: Fix MT25QL01GB flash chip

Cédric Le Goater (1):
      aspeed/flash: fix definition of the MT25QL01GB chip

Resolves https://github.com/openbmc/u-boot/issues/18
Change-Id: Ieba7b85f15a9eeed3b1600ef2107e7dc233dc99a
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc b/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
index ac60400..261c1a4 100644
--- a/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc
+++ b/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"