summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bcm/common/firmware.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 5bad182..c780e63 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,6 @@
1# 19/08/2013 firmware; this can be overridden from distro config 1# 19/08/2013 firmware; this can be overridden from distro config
2RPIFW_SRCREV ?= "5b37b2a7f357236210eef1a438becaa2a57148f2" 2RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea"
3RPIFW_DATE ?= "20130819" 3RPIFW_DATE ?= "20131113"
4RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 4RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
5RPIFW_S ?= "${WORKDIR}/git" 5RPIFW_S ?= "${WORKDIR}/git"
6 6