spl: Makefile: include /config in the (reduced) FDT used by the SPL stage
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 17 Apr 2017 15:45:13 +0000 (17:45 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:03:40 +0000 (22:03 -0400)
commite938ef1f071d9358ab5667e07cd024f377f5984c
treeaff977facbadbfc380ac3ae299e21e0aa2790279
parentf222b367515a36f1216049fce5c0c81f0444766d
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>
scripts/Makefile.spl