aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-09-21 18:35:27 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:26 -0600
commit7d4b79552d3c74ef34e004acf0542d3a288be84f (patch)
tree4a97e7c0411fb5e45d5d36dd4604032bc8f24eb4 /drivers/mtd/nand/Makefile
parent6f2f01b9f30c390f216a065c8673c2c6933c0cbf (diff)
downloadu-boot-7d4b79552d3c74ef34e004acf0542d3a288be84f.zip
u-boot-7d4b79552d3c74ef34e004acf0542d3a288be84f.tar.gz
u-boot-7d4b79552d3c74ef34e004acf0542d3a288be84f.tar.bz2
spl/nand: config symbol documentation
Document parameters used for specifying the NAND image to be loaded. Also fix the definition of CONFIG_SPL_NAND_SIMPLE -- it's only nand_spl_simple.c, not the entire nand directory. The word "simple" is there for a reason. :-) Signed-off-by: Scott Wood <scottwood@freescale.com> --- v2: updated for makefile changes earlier in patchset
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r--drivers/mtd/nand/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index d8a2dfc..28e52bd 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -78,6 +78,10 @@ COBJS-$(CONFIG_TEGRA_NAND) += tegra_nand.o
COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
+else # minimal SPL drivers
+
+COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_spl.o
+
endif # drivers
endif # nand