aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-03-14 10:05:58 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-03-14 10:05:58 +0200
commit3e183ce11eb156d7effd515cef22dda60e096122 (patch)
tree5c4958d0ecefc9ac50eae8fda3a2054b74886bd7
parentb7caa30bb8addbaa6b84baf9ebf4e2a3e885da86 (diff)
downloadalpine-iso-3e183ce11eb156d7effd515cef22dda60e096122.tar.bz2
alpine-iso-3e183ce11eb156d7effd515cef22dda60e096122.tar.xz
update rpi firmware
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cae2d9..730856c 100755
--- a/Makefile
+++ b/Makefile
@@ -415,7 +415,7 @@ else ifeq ($(ALPINE_NAME),alpine-rpi)
#
RPI_TAR_GZ ?= $(ALPINE_NAME)-$(ALPINE_RELEASE)-$(ALPINE_ARCH).rpi.tar.gz
-RPI_FW_COMMIT := 1efc1ece0d1e282b1cf4f371d2f7c4098113c098
+RPI_FW_COMMIT := 8b4e5482b52e6fb438dddc0d88ba0ba8d44af54b
RPI_URL := https://raw.githubusercontent.com/raspberrypi/firmware/$(RPI_FW_COMMIT)/boot/
RPI_BOOT_FILES := bootcode.bin fixup.dat start.elf
RPI_TEMP := $(DESTDIR)/tmp.rpi