[U-Boot] [PATCH V3 3/3] tx25: increase u-boot NAND size to match current build sizes

Albert Aribaud albert.aribaud at free.fr
Wed Nov 3 19:24:23 CET 2010


U-boot binary size increase made u-boot-spl copy only part
of u-boot from NAND to RAM, missing part of the relocation
data. Increase u-boot NAND size to match current build size
plus a bit of slack.

Signed-off-by: Albert Aribaud <albert.aribaud at free.fr>
---
 include/configs/tx25.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/tx25.h b/include/configs/tx25.h
index 8f8a1a3..6dcaf4c 100644
--- a/include/configs/tx25.h
+++ b/include/configs/tx25.h
@@ -39,7 +39,7 @@
 #ifdef CONFIG_NAND_SPL
 /* Start copying real U-boot from the second page */
 #define CONFIG_SYS_NAND_U_BOOT_OFFS	0x800
-#define CONFIG_SYS_NAND_U_BOOT_SIZE	0x30000
+#define CONFIG_SYS_NAND_U_BOOT_SIZE	0x31000
 
 #define CONFIG_SYS_NAND_U_BOOT_DST      (0x81200000)
 #define CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_NAND_U_BOOT_DST
-- 
1.7.1



More information about the U-Boot mailing list