u-boot: Update RPi Zero W defconfig to support DTB.

This makes the defconfig more consistent with the RPi 3 and
CONFIG_OF_EMBED is needed to get the RPi firmware provided
DTB to function.

Recently removed by:
    a50e19695f u-boot: drop upstreamed patches in v2018.01
however this change missed the cutoff for v2018.01

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
This commit is contained in:
Drew Moseley
2018-01-07 11:57:04 -05:00
committed by Andrei Gherzan
parent a2ba56f74e
commit 72bc798ff5
2 changed files with 47 additions and 0 deletions
+6
View File
@@ -1 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
SRC_URI_append_rpi = " \
file://0002-rpi_0_w-Add-configs-consistent-with-RpI3.patch \
"
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"