CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE
Signed-off-by: Marek Vasut <marex@denx.de> Cc: scottwood@freescale.com
This commit is contained in:
parent
c8339f5153
commit
b6e95fd47d
|
@ -54,7 +54,7 @@ void spl_nand_load_image(void)
|
|||
* load parameter image
|
||||
* load to temp position since nand_spl_load_image reads
|
||||
* a whole block which is typically larger than
|
||||
* CONFIG_CMD_SAVEBP_WRITE_SIZE therefore may overwrite
|
||||
* CONFIG_CMD_SPL_WRITE_SIZE therefore may overwrite
|
||||
* following sections like BSS
|
||||
*/
|
||||
nand_spl_load_image(CONFIG_CMD_SPL_NAND_OFS,
|
||||
|
|
Loading…
Reference in New Issue