commit | e062f9187ca4503d715fe538d02078ee505e9f25 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Aug 17 10:06:59 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Aug 17 10:15:24 2017 +0200 |
tree | adc6ce9ae4643fd80a696773444ca56fa8f8827d | |
parent | b239805c25967e3cacdad82a6105dd4c8c208913 [diff] |
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)