diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:37 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 16:45:30 (GMT) |
commit | b8682a7fcf69344ac5a2d57c75f9c93bfdc93142 (patch) | |
tree | f709005094650daeda2238aab8dde34209f818dd /configs/am3517_crane_defconfig | |
parent | 7d0f5c1300555101e1625ed7256ee6c3502e8482 (diff) | |
download | u-boot-b8682a7fcf69344ac5a2d57c75f9c93bfdc93142.tar.xz |
Convert CONFIG_CMD_JFFS2 to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_JFFS2
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/am3517_crane_defconfig')
-rw-r--r-- | configs/am3517_crane_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am3517_crane_defconfig b/configs/am3517_crane_defconfig index 81fec1e..2a0987e 100644 --- a/configs/am3517_crane_defconfig +++ b/configs/am3517_crane_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_CMD_JFFS2=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y CONFIG_USB=y |