mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
83xx, kmeter1: fix compile error
- delete double MTDIDS_DEFAULT and MTDPARTS_DEFAULT defines in board config file. - add mising CONFIG_KM_UBI_PARTITION_NAME define Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
2903ad33a7
commit
8b1760ed9a
1 changed files with 2 additions and 5 deletions
|
@ -33,6 +33,8 @@
|
||||||
/* include common defines/options for all Keymile boards */
|
/* include common defines/options for all Keymile boards */
|
||||||
#include "keymile-common.h"
|
#include "keymile-common.h"
|
||||||
|
|
||||||
|
#define CONFIG_KM_UBI_PARTITION_NAME "ubi0"
|
||||||
|
|
||||||
#define MTDIDS_DEFAULT "nor0=boot"
|
#define MTDIDS_DEFAULT "nor0=boot"
|
||||||
#define MTDPARTS_DEFAULT \
|
#define MTDPARTS_DEFAULT \
|
||||||
"mtdparts=boot:768k(u-boot),128k(env),128k(envred)," \
|
"mtdparts=boot:768k(u-boot),128k(env),128k(envred)," \
|
||||||
|
@ -449,11 +451,6 @@
|
||||||
|
|
||||||
#define CONFIG_PRAM 512 /* protected RAM [KBytes] */
|
#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
|
* Environment Configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue