]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Reduce SPL device tree size
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:29 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:28 +0000 (13:36 +0200)
commit7c5c047b3f6cef85e80829c6ffea3e11cfb8827e
treed6c1ab9226b3f3eab04461c0f09f24783e87a30c
parent11b2789ad2509b18eead658ddc9ee956871ddf95
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>
Makefile
arch/arm/cpu/u-boot-spl.lds
dts/Kconfig
scripts/Makefile.spl