Home
last modified time | relevance | path

Searched hist:"832567 d5aac53a95138b46fe4a0f42e8357e9934" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DMakefile832567d5aac53a95138b46fe4a0f42e8357e9934 Tue Jul 04 12:38:28 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: Makefile: streamline SPL/TPL configuration

Handling TPL and SPL in the Makefile for mach-rockchip was based on
nested if checks and/or if-else-if paths. This can be simplified and
made more readable by using $(SPL_TPL_) and by introducing
intermediate variables for the aggregation of SPL and TPL features.

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