]> git.sur5r.net Git - u-boot/commit
warp7: Fix boot by selecting CONFIG_OF_LIBFDT
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 10 May 2016 16:31:40 +0000 (13:31 -0300)
committerTom Rini <trini@konsulko.com>
Tue, 10 May 2016 18:54:11 +0000 (14:54 -0400)
commite8bd2a0bf6e334adaf7703c517989433e730091b
tree9b331a67f37f09534245ab7e193521307fed00d0
parent15e8cb70b4ebe79aced432323eaafcd176341017
warp7: Fix boot by selecting CONFIG_OF_LIBFDT

CONFIG_OF_LIBFDT needs to be selected to avoid the following
boot problem:

reading zImage
6346216 bytes read in 118 ms (51.3 MiB/s)
Booting from mmc ...
reading imx7d-warp.dtb
32593 bytes read in 11 ms (2.8 MiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x60d5e8 ]
FDT and ATAGS support not compiled in - hanging
### ERROR ### Please RESET the board ###

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
configs/warp7_defconfig