diff mbox

[U-Boot] warp7: Fix boot by selecting CONFIG_OF_LIBFDT

Message ID 1462897900-14377-1-git-send-email-fabio.estevam@nxp.com
State Accepted
Commit e8bd2a0bf6e334adaf7703c517989433e730091b
Delegated to: Tom Rini
Headers show

Commit Message

Fabio Estevam May 10, 2016, 4:31 p.m. UTC
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>
---
Tom/Stefano,

Please apply this one for 2016.05 if possible.

 configs/warp7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 10, 2016, 6:54 p.m. UTC | #1
On Tue, May 10, 2016 at 01:31:40PM -0300, Fabio Estevam wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index e1b0c07..ad4fbbf 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -22,3 +22,4 @@  CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
+CONFIG_OF_LIBFDT=y