diff options
author | Suriyan Ramasami <suriyan.r@gmail.com> | 2014-11-27 13:24:16 -0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-08 09:35:47 -0500 |
commit | 48aead71c1ad2c93fffa182e798f1bcbb5f6dd9d (patch) | |
tree | 865d2bf68980ec0c42d39d41133edb9f9566bb6c /scripts/Makefile.host | |
parent | 8b923a56dc0eb9f1ce9d616ae93bd0f63857f315 (diff) | |
download | talos-obmc-uboot-48aead71c1ad2c93fffa182e798f1bcbb5f6dd9d.tar.gz talos-obmc-uboot-48aead71c1ad2c93fffa182e798f1bcbb5f6dd9d.zip |
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>
Diffstat (limited to 'scripts/Makefile.host')
0 files changed, 0 insertions, 0 deletions