
20 Nov
2014
20 Nov
'14
11:04 a.m.
Hi Bin,
I think this issue is covered by Simon's patch: http://patchwork.ozlabs.org/patch/411062/
On Thu, 20 Nov 2014 17:45:06 +0800 Bin Meng bmeng.cn@gmail.com wrote:
With CONFIG_OF_EMBED, __dtb_dt_begin must be aligned on a 4 byte boundary otherwise fdtdec_prepare_fdt() will fail.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
scripts/Makefile.lib | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 9d1383a..aead250 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -260,6 +260,7 @@ quiet_cmd_dt_S_dtb= DTB $@ cmd_dt_S_dtb= \ ( \ echo '.section .dtb.init.rodata,"a"'; \
- echo '.p2align 2'; \ echo '.global __dtb_$(*F)_begin'; \ echo '__dtb_$(*F)_begin:'; \ echo '.incbin "$<" '; \
-- 1.8.2.1
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot