firmware.inc: Update revision to include rpi3 support

Signed-off-by: Theodor Gherzan <theodor@resin.io>
This commit is contained in:
Theodor Gherzan 2016-03-09 16:15:03 +02:00 committed by Andrei Gherzan
parent 15a23443c8
commit 5eaeb55161

View File

@ -1,5 +1,5 @@
RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23"
RPIFW_DATE ?= "20151021"
RPIFW_SRCREV ?= "028b1f6585280bd0a21885973589c4b101355597"
RPIFW_DATE ?= "20160303"
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
RPIFW_S ?= "${WORKDIR}/git"