commit | c4133d460ccdc057e074d7cc71960dc7628833a3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Tue May 10 13:31:40 2016 -0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 10 14:54:11 2016 -0400 |
tree | 9b331a67f37f09534245ab7e193521307fed00d0 | |
parent | 5827cbc71bf007390bed4f9b5dc88e6cb4cb83cf [diff] |
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>