mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <trini@ti.com>
This commit is contained in:
parent
3afd8e0828
commit
a7d39afbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue