]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/off
authorAlexander Stein <alexander.stein@systec-electronic.com>
Wed, 11 Aug 2010 14:48:04 +0000 (16:48 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 19:02:55 +0000 (21:02 +0200)
commitc000808b6aa08dc7f3137055866e6dcc3f7f8cdc
tree10ef5ff2cc370b044f17d2a2222ee9b88c5c40b4
parentc0c3590bb2646ad34527fa61bf19a1172e05fc4c
CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/off

The include <jffs2/jffs2.h> is still necessary though.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Acked-by: Stefan Roese <sr@denx.de>
common/cmd_flash.c