commit | 5aa79f26762d197324866a0d0c2b31601a7fc8ee | [log] [tgz] |
---|---|---|
author | Mike Looijmans <mike.looijmans@topic.nl> | Tue Jul 26 07:34:07 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 08 13:32:52 2016 -0400 |
tree | 3e5194d8a90c6b3eda98fcf28d2dd2eb804569ca | |
parent | 5405817a6e7a6538c4bcb1c3076ddc83fe5d03f9 [diff] |
spl_nor.c: Support devicetree sizes different from 16k The devicetrees for various platforms already exceed 16k. Add a define CONFIG_SYS_FDT_SIZE to specify the FDT size, and set to 16k for the two boards that define this CONFIG_SYS_FDT_BASE parameter. This allows platforms with larger devicetree blobs to boot from NOR. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>