From: Tom Rini Date: Mon, 8 Jul 2013 16:15:17 +0000 (-0400) Subject: am335x_evm: Correct CONFIG_CMD_SPL_WRITE_SIZE X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a7d39afbb0097fb50dfb56fe501716b4a29282ef;p=u-boot.git am335x_evm: Correct CONFIG_CMD_SPL_WRITE_SIZE We use CONFIG_CMD_SPL_WRITE_SIZE when reading/writing the args portion of falcon mode to NAND. Previously it was half the size of the eraseblock which is too small, increase to eraseblock size. Signed-off-by: Tom Rini --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index d60f7329ad..0f12c7505f 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -344,7 +344,7 @@ /* nand */ #define CONFIG_CMD_SPL_NAND_OFS 0x240000 /* end of u-boot */ #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000 -#define CONFIG_CMD_SPL_WRITE_SIZE 0x1000 +#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000 /* spl export command */ #define CONFIG_CMD_SPL