1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-16 07:21:26 +02:00
Files
u-boot-megous/common
Suriyan Ramasami 48aead71c1 fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined
The boot commands - bootz/bootm mandate a third argument which is the
address to the FDT blob. In cases where this argument is not specified,
boot fails with a message indicating a missing FDT.

This causes non-FDT kernels to fail to boot. This patch allows both FDT
and non-FDT kernels to boot by making the third parameter to the bootm/bootz
optional.

Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
[trini: Update again for covering appended DTB case after last revert in
this area]
Signed-off-by: Tom Rini <trini@ti.com>
2014-12-08 09:35:47 -05:00
..
2014-07-18 17:53:24 -04:00
2014-06-11 16:25:47 -04:00
2014-11-19 08:48:41 +01:00
2014-10-26 14:03:08 -04:00
2014-06-20 11:54:29 -06:00
2014-06-05 14:38:38 -04:00
2014-11-23 06:49:01 -05:00
2014-12-08 09:35:41 -05:00
2014-10-22 10:36:47 -06:00
2014-10-22 10:36:46 -06:00
2014-06-20 11:54:29 -06:00
2014-09-16 12:23:56 -04:00
2014-12-08 09:35:42 -05:00
2014-11-24 12:01:48 -05:00
2014-10-25 07:01:59 -04:00
2014-07-18 17:53:23 -04:00
2014-11-04 06:04:00 +01:00