[oe-commits] Steffen Sledz : u-boot-2009.03: fix flash layout for hipox machine

git version control git at git.openembedded.org
Mon Nov 23 10:37:38 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 5c698d6c0262350c63d7284d34a74f7424ea13f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c698d6c0262350c63d7284d34a74f7424ea13f2

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Fri Nov 20 09:00:56 2009 +0100

u-boot-2009.03: fix flash layout for hipox machine

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch
index 1433e90..d14cb52 100644
--- a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch
+++ b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch
@@ -6675,12 +6675,12 @@ diff -Nurd u-boot-2009.03.orig/include/configs/hipox.h u-boot-2009.03/include/co
 +#define MTDIDS_DEFAULT "nand0=MT29FXX"
 +#define MTDPARTS_DEFAULT   "mtdparts=MT29FXX:"  \
 +                  "32m(boot),"  \
-+                  "224m(system)"
++                  "480m(system)"
 +
-+#define NUM_FLASH_MAIN_BLOCKS   63          /* For Intel 28F320B3T */
-+#define NUM_FLASH_PARAM_BLOCKS  8           /* For Intel 28F320B3T */
-+#define FLASH_MAIN_BLOCK_SIZE   (64*1024)   /* For Intel 28F320B3T family */
-+#define FLASH_PARAM_BLOCK_SIZE  (8*1024)    /* For Intel 28F320B3T family */
++#define NUM_FLASH_MAIN_BLOCKS   31          /* For Atmel AT49BV163D */
++#define NUM_FLASH_PARAM_BLOCKS  8           /* For Atmel AT49BV163D */
++#define FLASH_MAIN_BLOCK_SIZE   (64*1024)
++#define FLASH_PARAM_BLOCK_SIZE  (8*1024)
 +
 +/* Assuming counts main blocks and parameter blocks, as the Intel/AMD detection */
 +/* I'm intending to copy would seem to indicate */





More information about the Openembedded-commits mailing list