Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A DMakefileb5c4d81b3507b3abb239ea8323515fce09dc378f Thu Aug 17 08:06:59 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> spl: fix Makefile for NOR, XIP and YMODEM

During the the conversion to $(SPL_TPL_), the SPL_ fragment was
left over for the NOR, XIP and YMODEM boot methods in SPL, making
these unselectable.

This commit fixes this by dropping the spurious 'SPL_' fragment
from each line.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: Bo Shen <voice.shen@gmail.com>
Fixes: f94e643 (spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds)