
18 Jul
2015
18 Jul
'15
1:56 a.m.
On 23 June 2015 at 15:38, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Convert hex number to upper case to keep bc happy
Changes in v2:
- Add new patch to reduce SPL device tree size with fdtgrep
Makefile | 2 +- arch/arm/cpu/u-boot-spl.lds | 2 +- dts/Kconfig | 12 ++++++++++++ scripts/Makefile.spl | 28 ++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 2 deletions(-)
Applied to u-boot-dm.