]> git.ipfire.org Git - people/ms/u-boot.git/commit
Separate mtdparts command from jffs2
authorLadislav Michl <ladis@linux-mips.org>
Tue, 21 Apr 2009 00:26:31 +0000 (02:26 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Apr 2009 23:06:24 +0000 (01:06 +0200)
commit0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
tree12054e17af1acf074705ba6605891956bd5302c7
parent67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
Separate mtdparts command from jffs2

On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
> Currently the mtdparts commands are included in the jffs2 command support.
> This doesn't make sense anymore since other commands (e.g. UBI) use this
> infrastructure as well now. This patch separates the mtdparts commands from
> the jffs2 commands making it possible to only select mtdparts when no JFFS2
> support is needed.

One more leftover... Let nboot command know about partitions even if JFFS2
support is not enabled.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Stefan Roese <sr@denx.de>
common/cmd_nand.c