Add common (with Linux) MTD partition scheme and "mtdparts" command

Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
This commit is contained in:
Wolfgang Denk
2005-08-08 01:03:24 +02:00
parent 452e8e72ad
commit 700a0c648d
64 changed files with 3242 additions and 907 deletions

View File

@@ -24,6 +24,7 @@
*/
#include <config.h>
#include <asm/processor.h>
#include <74xx_7xx.h>
#include <mpc106.h>
#include <version.h>

View File

@@ -27,6 +27,7 @@
#include <pci.h>
#include <mpc106.h>
#include <asm/processor.h>
/* defines L2CR register for MPC750 */

View File

@@ -24,6 +24,7 @@
*/
#include <config.h>
#include <asm/processor.h>
#include <version.h>
#include <mpc106.h>