summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch10
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 1433e90193..d14cb52f5f 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 */