]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb82c00a27abfd4e0528ead80f578dcc2fb840a4e
treeaff977facbadbfc380ac3ae299e21e0aa2790279
parent0cdf97530fbaaf32de9c735ebfe6ef5bb789a5d2
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