From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 9 Apr 2013 22:17:04 +0200 Subject: [U-Boot] [PATCH v11 18/30] nand: mxc: Switch NAND SPL to generic SPL In-Reply-To: <1365536939-5755-18-git-send-email-benoit.thebaudeau@advansee.com> References: <1365536939-5755-1-git-send-email-benoit.thebaudeau@advansee.com> <1365536939-5755-18-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <20130409221704.217bd8f9@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Beno?t, On Tue, 9 Apr 2013 21:48:47 +0200, Beno?t Th?baudeau wrote: > This also fixes support for mx31pdk and tx25, which had been broken by commit > e05e5de7fae5bec79617e113916dac6631251156. > > Signed-off-by: Beno?t Th?baudeau > Acked-by: Scott Wood > Tested-by: Fabio Estevam > --- > Changes in v11: > - mx31pdk: Rename u-boot-nand.bin to u-boot-with-spl.bin (new target binary > name) in prg_uboot command. > - mx31pdk: Enlarge CONFIG_SYS_NAND_U_BOOT_SIZE from 0x32000 to 0x3f800 (which > corresponds to the size allocated for this purpose in NAND Flash) in order to > leave enough room whatever the toolchain used. > - mx31pdk: Set back CONFIG_SPL_TEXT_BASE and CONFIG_SYS_TEXT_BASE by 0x00100000 > because the original U-Boot at CONFIG_SYS_TEXT_BASE was overlapping the > global data being written prior to relocation by > arch/arm/lib/board.c:board_init_f(). I gather this patch is exactly what finally worked for Fabio's mx31? Amicalement, -- Albert.