[U-Boot] [PATCH 29/32] Blackfin: enable JFFS summary support for ADI boards
Mike Frysinger
vapier at gentoo.org
Sun Jan 17 15:39:20 CET 2010
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/configs/bfin_adi_common.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index f7a2d5c..6a2f1c7 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -75,6 +75,9 @@
# else
# define CONFIG_CMD_JFFS2
# endif
+# ifdef CONFIG_CMD_JFFS2
+# define CONFIG_JFFS2_SUMMARY
+# endif
# define CONFIG_CMD_BOOTLDR
# define CONFIG_CMD_CACHE
# define CONFIG_CMD_CPLBINFO
--
1.6.6
More information about the U-Boot
mailing list