From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert Aribaud Date: Mon, 1 Nov 2010 21:17:03 +0100 Subject: [U-Boot] [PATCH 3/3] tx25: increase u-boot NAND size to match current build sizes In-Reply-To: <1288642623-10783-1-git-send-email-albert.aribaud@free.fr> References: <1288642623-10783-1-git-send-email-albert.aribaud@free.fr> Message-ID: <1288642623-10783-3-git-send-email-albert.aribaud@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de U-boot binary size increase made u-boot-spl copy only part of u-boot deom 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 --- 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