
+Tom
On 6 September 2017 at 01:35, Paul Barker pbarker@toganlabs.com wrote:
This reverts commit 25877d4e4c45451c5398aec3de50e0d5befe0e9f.
This is a workaround for Raspberry Pi boot failures seen when passing on the device tree provided by the Raspberry Pi firmware at boot. Without CONFIG_OF_EMBED, we just get stuck at "Starting kernel ..." when we try to boot Linux with this device tree.
Signed-off-by: Paul Barker pbarker@toganlabs.com Cc: Simon Glass sjg@chromium.org
configs/rpi_2_defconfig | 1 + configs/rpi_3_32b_defconfig | 1 + configs/rpi_3_defconfig | 1 + configs/rpi_defconfig | 1 + 4 files changed, 4 insertions(+)
We should apply this fix for the release in the meantime while we wait for a root cause.
Reviewed-by: Simon Glass sjg@chromium.org