diff options
author | Scott Wood <scottwood@freescale.com> | 2012-09-21 16:27:32 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-11-26 15:41:21 -0600 |
commit | ca2fca22351aa8d2f52e21f2dffb22b0c82170b6 (patch) | |
tree | 945eae7a9f822b068d3a5337e0331d5af01426d2 /README | |
parent | 5364add4ef90c058bea8b3eceb2a559c0a983537 (diff) | |
download | u-boot-imx-ca2fca22351aa8d2f52e21f2dffb22b0c82170b6.zip u-boot-imx-ca2fca22351aa8d2f52e21f2dffb22b0c82170b6.tar.gz u-boot-imx-ca2fca22351aa8d2f52e21f2dffb22b0c82170b6.tar.bz2 |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2746,6 +2746,11 @@ FIT uImage format: CONFIG_SPL_LIBGENERIC_SUPPORT Support for lib/libgeneric.o in SPL binary + CONFIG_SPL_TARGET + Final target image containing SPL and payload. Some SPLs + use an arch-specific makefile fragment instead, for + example if more than one image needs to be produced. + Modem Support: -------------- |