spl: fix Makefile for NOR, XIP and YMODEM
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 17 Aug 2017 08:06:59 +0000 (10:06 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 17 Aug 2017 08:15:24 +0000 (10:15 +0200)
commitb5c4d81b3507b3abb239ea8323515fce09dc378f
treeadc6ce9ae4643fd80a696773444ca56fa8f8827d
parent1ade3a9013164eeeb4be32cbb92db85ba3506bd2
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)
common/spl/Makefile