diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2010-12-08 14:01:12 +0900 | 
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-11 21:03:26 +0900 | 
| commit | c8d47279172d5cb88c3cc8531c7fde2c730e673c (patch) | |
| tree | 75d9dd26e9313b0f7298c8c56e2b9dcbedd8a181 | |
| parent | 9375253ef78b6da3bd7e545724c6244c8e7cc5b8 (diff) | |
| download | olio-uboot-2014.01-c8d47279172d5cb88c3cc8531c7fde2c730e673c.tar.xz olio-uboot-2014.01-c8d47279172d5cb88c3cc8531c7fde2c730e673c.zip | |
sh: r2dplus: Add support zimageboot
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| -rw-r--r-- | include/configs/r2dplus.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index ade6f7c70..8689513fb 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -24,6 +24,7 @@  #define CONFIG_CMD_IDE  #define CONFIG_CMD_EXT2  #define CONFIG_DOS_PARTITION +#define CONFIG_CMD_SH_ZIMAGEBOOT  /* SCIF */  #define CONFIG_SCIF_CONSOLE	1 |