commit | fa78e0a37173211d75e9606257bc028f066962cf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:21 2015 -0600 |
tree | 51df2d7c98c352953586bbb29885177e08bb80dc | |
parent | 1043d0a0296a8580fd497a2eb1f411eb07ba98c1 [diff] |
dm: Reduce SPL device tree size The SPL device tree size must be minimised to save memory. Only include properties that are needed by SPL - this is determined by the presence of the "u-boot,dm-pre-reloc" property. Also remove a predefined list of unused properties from the nodes that remain. Signed-off-by: Simon Glass <sjg@chromium.org>