commit | f147eb78285112c7e220121563342f1f01ad01de | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Fri Sep 21 16:27:32 2012 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Mon Nov 26 15:41:21 2012 -0600 |
tree | 945eae7a9f822b068d3a5337e0331d5af01426d2 | |
parent | 1bb244663810c31a2ae00caaf9a6f830572f3905 [diff] |
spl: introduce CONFIG_SPL_TARGET Currently the SPL target is specified in a CPU-specific makefile fragment. While some targets may need something more complicated than a simple target name, targets which don't need this shouldn't have to provide a makefile fragment just for this. Signed-off-by: Scott Wood <scottwood@freescale.com> --- v2: Removed default target as it's been pointed out to me how existing platforms cause the SPL to be built.