[U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
Simon Glass
sjg at chromium.org
Sat Jul 18 01:56:19 CEST 2015
On 23 June 2015 at 15:38, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list