public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 22/31] mpc83xx, kmeter1, mtd: set the default partition table
@ 2009-01-28  9:40 Heiko Schocher
  2009-01-28 20:30 ` Wolfgang Denk
  2009-01-29  2:10 ` Kim Phillips
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Schocher @ 2009-01-28  9:40 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Heiko Schocher <hs@denx.de>
---
 include/configs/kmeter1.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index d66ba8b..feb6150 100644
--- a/include/configs/kmeter1.h
+++ b/include/configs/kmeter1.h
@@ -322,6 +322,11 @@
 #define CONFIG_SYS_DTT_BUS_NUM		(2)
 #define CONFIG_SYS_DTT_BOARD_INIT	1

+#define MTDIDS_DEFAULT		"nor0=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)")
+
 #if defined(CONFIG_PCI)
 #define CONFIG_CMD_PCI
 #endif
@@ -448,6 +453,10 @@
 	"ramdisk_addr_r=F10000\0"					\
 	"EEprom_ivm=pca9547:70:9\0"					\
 	"DTT_bus=pca9547:70:a\0"					\
+	"mtdids=nor0=app \0"						\
+	"mtdparts=mtdparts=app:256k(u-boot),128k(env),128k(envred),"	\
+		"1536k(esw0),8704k(rootfs0),1536k(esw1),"		\
+		"2432k(rootfs1),640k(var),768k(cfg)\0"			\
 	""


-- 
1.6.0.6

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-29  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  9:40 [U-Boot] [PATCH 22/31] mpc83xx, kmeter1, mtd: set the default partition table Heiko Schocher
2009-01-28 20:30 ` Wolfgang Denk
2009-01-29  2:10 ` Kim Phillips
2009-01-29  9:11   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox