spl: introduce CONFIG_SPL_TARGET
[oweals/u-boot.git] / README
diff --git a/README b/README
index 2dc098462dd3cdb0d151928efa0b31ce3e8d05b5..211bad03d53bb986b5e7b6142538ae0cd026ee10 100644 (file)
--- a/README
+++ b/README
@@ -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:
 --------------