]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not defined
authorYork Sun <york.sun@nxp.com>
Thu, 28 Sep 2017 15:42:11 +0000 (08:42 -0700)
committerYork Sun <york.sun@nxp.com>
Mon, 9 Oct 2017 15:48:44 +0000 (08:48 -0700)
commit6b05515e454954e9d4f6f08ae11da4ed9e067edf
tree827ade974e2168095f7378d67004c170377c2f9d
parent6b0048abc16ca16febf21887ae85382222fe8c7a
cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not defined

CONFIG_CMD_SPL_WRITE_SIZE is used for writing parameters to non-volatile
storage. So far it is only used for NAND. Fix compiling error when this
macro is not used for SD.

Signed-off-by: York Sun <york.sun@nxp.com>
CC: Anatolij Gustschin <agust@denx.de>
cmd/spl.c