Re: [U-Boot] [PATCH] spl_nor.c: Support devicetree sizes different from 16k

2016-07-25 Thread Mike Looijmans
<<< image/jpeg: Unrecognized >>> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] spl_nor.c: Support devicetree sizes different from 16k

2016-07-25 Thread Tom Rini
On Mon, Jul 25, 2016 at 01:20:39PM +0200, Mike Looijmans wrote: > The devicetrees for various platforms already exceed 16k. Add a define > CONFIG_SYS_FDT_SIZE to specify the FDT size, and default to 16k. This > allows platforms with larger devicetree blobs to boot from NOR. Ug, yes, that is too s

[U-Boot] [PATCH] spl_nor.c: Support devicetree sizes different from 16k

2016-07-25 Thread Mike Looijmans
The devicetrees for various platforms already exceed 16k. Add a define CONFIG_SYS_FDT_SIZE to specify the FDT size, and default to 16k. This allows platforms with larger devicetree blobs to boot from NOR. Signed-off-by: Mike Looijmans --- common/spl/spl_nor.c | 9 +++-- 1 file changed, 7 ins