mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
Blackfin: enable JFFS summary support for ADI boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
912da8d606
commit
c46a0ebf82
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue