提交 a7d39afb 编写于 作者: T Tom Rini

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: NTom Rini <trini@ti.com>
上级 3afd8e08
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册