summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-09-20 16:35:21 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:24 -0600
commit4b919725b66152edd8c7cecc9e42864eec12c57d (patch)
tree1f22eb24bfa099955ff594b358e3915bf227d6ea /README
parenta179eb0a4b2c76df388012e5bc73c43489a660e9 (diff)
spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL
cpu_init_nand.c is renamed to spl_minimal.c as it is not really NAND-specific. Signed-off-by: Scott Wood <scottwood@freescale.com> --- v2: factor out START, and change cpu_init_nand.c to spl_minimal.c Cc: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 211bad03d5..ca2d10f8ed 100644
--- a/README
+++ b/README
@@ -2677,6 +2677,9 @@ FIT uImage format:
For ARM, enable an optional function to print more information
about the running system.
+ CONFIG_SPL_INIT_MINIMAL
+ Arch init code should be built for a very small image
+
CONFIG_SPL_LIBCOMMON_SUPPORT
Support for common/libcommon.o in SPL binary