mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
u-boot: Fix boot and keyboard for rpi devices
u-boot v2017.07 was not able to boot a Linux kernel or handle keyboard input. This is fixed by reverting a config change to re-enable CONFIG_OF_EMBED and backporting another config change to enable CONFIG_DM_KEYBOARD. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
1a06502656
commit
94e2929f74
@@ -1 +1,8 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
|
||||
|
||||
SRC_URI_append_rpi = " \
|
||||
file://0001-Revert-dm-arm-rpi-Drop-CONFIG_OF_EMBED.patch \
|
||||
file://0002-rpi-Enable-USB-keyboard-support.patch \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|
||||
|
||||
Reference in New Issue
Block a user