]> Git Repo - J-u-boot.git/commit
dm: Reduce SPL device tree size
authorSimon Glass <[email protected]>
Tue, 23 Jun 2015 21:38:29 +0000 (15:38 -0600)
committerSimon Glass <[email protected]>
Tue, 21 Jul 2015 23:39:21 +0000 (17:39 -0600)
commitfa78e0a37173211d75e9606257bc028f066962cf
tree51df2d7c98c352953586bbb29885177e08bb80dc
parent1043d0a0296a8580fd497a2eb1f411eb07ba98c1
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 <[email protected]>
Makefile
arch/arm/cpu/u-boot-spl.lds
dts/Kconfig
scripts/Makefile.spl
This page took 0.035358 seconds and 4 git commands to generate.