All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] warp7: Fix boot by selecting CONFIG_OF_LIBFDT
@ 2016-05-10 16:31 Fabio Estevam
  2016-05-10 18:54 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2016-05-10 16:31 UTC (permalink / raw)
  To: u-boot

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] warp7: Fix boot by selecting CONFIG_OF_LIBFDT
  2016-05-10 16:31 [U-Boot] [PATCH] warp7: Fix boot by selecting CONFIG_OF_LIBFDT Fabio Estevam
@ 2016-05-10 18:54 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-05-10 18:54 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160510/55bbbf75/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-10 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10 16:31 [U-Boot] [PATCH] warp7: Fix boot by selecting CONFIG_OF_LIBFDT Fabio Estevam
2016-05-10 18:54 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.