rpi_firmware: update to d4f5315.

This commit is contained in:
Arne Fitzenreiter
2013-09-05 23:36:54 +02:00
parent 7b906cb23a
commit e5acf30472
2 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,9 @@
boot/bootcode.bin
boot/cmdline.txt
boot/config.txt
#boot/first32k.bin
boot/start.elf
boot/start_cd.elf
boot/fixup.dat
boot/fixup_cd.dat
boot/fixup_x.dat
boot/start.elf
boot/start_cd.elf
boot/start_x.elf

View File

@@ -24,7 +24,7 @@
include Config
VER = 855e997
VER = d4f5315
THISAPP = rpi-firmware-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = c73700a10d792517b2b87fd28a6c9800
$(DL_FILE)_MD5 = 65c0a859ab96cb563a80e3529c78f555
install : $(TARGET)