From: Wolfgang Denk <wd@fifi.denx.de>
Date: Fri, 16 Jun 2006 13:40:48 +0000 (+0200)
Subject: Change mtdparts definition on trab board to match current flash map
X-Git-Tag: v2025.01-rc5-pxa1908~23012^2^2~13
X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=33322403184f2f719d1133f788be02001492d127;p=u-boot.git

Change mtdparts definition on trab board to match current flash map
Patch by Martin Krause, 27 Oct 2005
---

diff --git a/CHANGELOG b/CHANGELOG
index a7e38bdb0e..d2df0363b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Change mtdparts definition on trab board to match current flash map
+  Patch by Martin Krause, 27 Oct 2005
+
 * Add MCF5282 support (without preloader)
   relocate ichache_State to ram
   u-boot can run from internal flash
diff --git a/include/configs/trab.h b/include/configs/trab.h
index 85ee756e05..63caac0c05 100644
--- a/include/configs/trab.h
+++ b/include/configs/trab.h
@@ -384,10 +384,10 @@
 #define MTDIDS_DEFAULT		"nor0=0"
 
 /* production flash layout */
-#define MTDPARTS_DEFAULT	"mtdparts=0:32k(Firmware1)ro,"		\
+#define MTDPARTS_DEFAULT	"mtdparts=0:16k(Firmware1)ro,"		\
 						"16k(Env1),"		\
 						"16k(Env2),"		\
-						"320k(Firmware2)ro,"	\
+						"336k(Firmware2)ro,"	\
 						"896k(Kernel),"		\
 						"5376k(Root-FS),"	\
 						"1408k(JFFS2),"		\