Skip to content

Commit c9ba844

Browse files
yann-morin-1998jacmet
authored andcommitted
package/rpi-firmware: fix config.txt parsing
The rpi-firmware we currently package has a fiscious bug, that happens in corner cases while reading config.txt (mostly seen on RPi-2, but may also occur on RPi-1). Both the DT-aware and DT-unaware branches are affected. Bump to the latest rpi-firmware to fix that. Signed-off-by: "Yann E. MORIN" <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent b6997c8 commit c9ba844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/rpi-firmware/rpi-firmware.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RPI_FIRMWARE_VERSION = 393dcc0e76f18f6ac1b67ba45d36058410670034
7+
RPI_FIRMWARE_VERSION = b9fac65dd9ff607d0c2c4ea1bbba2bbf3fbc4a10
88
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
99
RPI_FIRMWARE_LICENSE = BSD-3c
1010
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
@@ -16,7 +16,7 @@ RPI_FIRMWARE_DEPENDENCIES += host-rpi-firmware
1616
# The Device Tree blobs are not yet in the master branch of the
1717
# raspberrypi firmware project, so we have to use a separate branch
1818
# for now.
19-
RPI_FIRMWARE_VERSION = 09627457b9e15bf4ea4e6751d3c173a3fb65df07
19+
RPI_FIRMWARE_VERSION = 6c0acfbbdba9908a4a4d21eab63c49ab72cb528b
2020
define RPI_FIRMWARE_INSTALL_DTB
2121
$(INSTALL) -D -m 0644 $(@D)/boot/bcm2708-rpi-b.dtb $(BINARIES_DIR)/rpi-firmware/bcm2708-rpi-b.dtb
2222
$(INSTALL) -D -m 0644 $(@D)/boot/bcm2708-rpi-b-plus.dtb $(BINARIES_DIR)/rpi-firmware/bcm2708-rpi-b-plus.dtb

0 commit comments

Comments
 (0)