u-boot-2016/common/spl
Philipp Tomsich b5c4d81b35 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)
2017-08-17 10:15:24 +02:00
..
Kconfig env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
Makefile spl: fix Makefile for NOR, XIP and YMODEM 2017-08-17 10:15:24 +02:00
spl.c
spl_atf.c
spl_bootrom.c
spl_dfu.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_ext.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fat.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fit.c
spl_mmc.c
spl_nand.c
spl_net.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
spl_nor.c
spl_onenand.c
spl_ram.c
spl_sata.c
spl_spi.c
spl_ubi.c
spl_usb.c
spl_xip.c
spl_ymodem.c