Home
last modified time | relevance | path

Searched hist:e938ef1f071d9358ab5667e07cd024f377f5984c (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A DMakefile.sple938ef1f071d9358ab5667e07cd024f377f5984c Mon Apr 17 15:45:13 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> spl: Makefile: include /config in the (reduced) FDT used by the SPL stage

When OF control is enabled for the SPL stage, nodes are removed from
the DTB to reduce its size. While /chosen is kept, /config is removed.

There's no reason why /chosen should be kept over /config (and as we
would like to put properties into /config that control the SPL stage),
we add '/config' to the list of nodes to be retained for the SPL stage.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>