Home
last modified time | relevance | path

Searched hist:"6 dced7dffc54ba2543031f0f61583458b037b534" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A DMakefile6dced7dffc54ba2543031f0f61583458b037b534 Tue Jul 04 09:09:55 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata

This splits the compilation of code modules for TPL and SPL for
OF_CONTROL (and related) features between TPL and SPL. The typical
use-case of this is a TPL stage that uses OF_PLATDATA at TPL and
provides full OF_CONTROL at SPL (e.g. on the RK3368).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>