
Hi Wolfgang,
thanks again for your quick response. This is really encouraging me to continue merging/submitting at the same pace ;)
On Wed, Jul 09, 2008 at 10:04:47AM +0200, Wolfgang Denk wrote:
In message 20080709072510.GY25698@prithivi.gnumonks.org you wrote:
How do you "create" the partition table? Do you use the "mtdparts" command for this?
There is a new 'dynpart' command, which when executed uses the compile-time board-level net partiton sizes, combined with the bad-block-table to generate the device-specific 'dynamic' partition table. The result is stored in the mtdparts environment variable. Everything else is standard u-boot/kernel behaviour.
Maybe the new command should be implemented as subcommand to the "mtdparts" command so we have just one interface to manipulate the "mtdparts" variable.
ok, no problem with that, I will change this before re-sending the patch (against u-boot-nand-flash/testing).
Cheers,