Skip to content
Snippets Groups Projects
Commit 797312a1 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx

parents 0a42c3a4 8b1760ed
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
/* include common defines/options for all Keymile boards */
#include "keymile-common.h"
#define CONFIG_KM_UBI_PARTITION_NAME "ubi0"
#define MTDIDS_DEFAULT "nor0=boot"
#define MTDPARTS_DEFAULT \
"mtdparts=boot:768k(u-boot),128k(env),128k(envred)," \
......@@ -449,11 +451,6 @@
#define CONFIG_PRAM 512 /* protected RAM [KBytes] */
#define MTDIDS_DEFAULT "nor2=app"
#define MTDPARTS_DEFAULT \
"mtdparts=app:256k(u-boot),128k(env),128k(envred)," \
"1536k(esw0),8704k(rootfs0),1536k(esw1),2432k(rootfs1),640k(var),768k(cfg)"
/*
* Environment Configuration
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment