]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_mtdparts.c: allow to omit definitions for default settings
authorWolfgang Denk <wd@denx.de>
Sun, 17 May 2009 14:01:54 +0000 (16:01 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:45:48 +0000 (20:45 +0200)
commit36c9169aa6f79ddf604a3bca64e145654f94888b
tree940a430b15be6e019bf67c92bd95a3068c4f1ac9
parent864aa034f3a0e10ce710e8bbda171df3cab59414
cmd_mtdparts.c: allow to omit definitions for default settings

There is actually no good reason to enforce that all board
configuations must define default settings for "mtdids" and
"mtdparts".  Actually this may be difficult to handle, especially on
boards where different sizes of flash chips can be fit, so there is no
real "default" partition map for all boards.

Lift this arbitrary limitation.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_mtdparts.c