commit | 36c9169aa6f79ddf604a3bca64e145654f94888b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun May 17 16:01:54 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:45:48 2009 +0200 |
tree | 940a430b15be6e019bf67c92bd95a3068c4f1ac9 | |
parent | 864aa034f3a0e10ce710e8bbda171df3cab59414 [diff] |
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>