diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2010-12-08 14:00:24 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-11 21:03:26 +0900 |
commit | 9375253ef78b6da3bd7e545724c6244c8e7cc5b8 (patch) | |
tree | ecc7e1d364af987db2c6d89a6246895fc0311fc8 /include | |
parent | 45ce6f9e35663ea69fcb268e18e9e7f9fda4881d (diff) | |
download | u-boot-imx-9375253ef78b6da3bd7e545724c6244c8e7cc5b8.zip u-boot-imx-9375253ef78b6da3bd7e545724c6244c8e7cc5b8.tar.gz u-boot-imx-9375253ef78b6da3bd7e545724c6244c8e7cc5b8.tar.bz2 |
sh: sh7785lcr: Add support zimageboot
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sh7785lcr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index 591fb5c..a95a759 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -41,6 +41,7 @@ #define CONFIG_CMD_SDRAM #define CONFIG_CMD_RUN #define CONFIG_CMD_SAVEENV +#define CONFIG_CMD_SH_ZIMAGEBOOT #define CONFIG_CMD_USB #define CONFIG_USB_STORAGE |