]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: introduce CONFIG_SPL_TARGET
authorScott Wood <scottwood@freescale.com>
Fri, 21 Sep 2012 21:27:32 +0000 (16:27 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 26 Nov 2012 21:41:21 +0000 (15:41 -0600)
commitca2fca22351aa8d2f52e21f2dffb22b0c82170b6
tree945eae7a9f822b068d3a5337e0331d5af01426d2
parent5364add4ef90c058bea8b3eceb2a559c0a983537
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.
Makefile
README