diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-08-09 15:39:33 +0900 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 02:04:26 +0200 |
commit | ca2fbeaaf5143ad7a358c90aec437648b00a4a1a (patch) | |
tree | 68890f856ff97ce6ca14a1d61a4f41a5dcc8d0bc | |
parent | 09a3be080f04e62659612be26772af34b6126867 (diff) | |
download | u-boot-imx-ca2fbeaaf5143ad7a358c90aec437648b00a4a1a.zip u-boot-imx-ca2fbeaaf5143ad7a358c90aec437648b00a4a1a.tar.gz u-boot-imx-ca2fbeaaf5143ad7a358c90aec437648b00a4a1a.tar.bz2 |
rmobile: armadillo-800eva: Add Support NFS and BOOTZ command
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | include/configs/armadillo-800eva.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 5b634fd..d1a0b62 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -43,6 +43,8 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP +#define CONFIG_CMD_NFS +#define CONFIG_CMD_BOOTZ #define CONFIG_OF_LIBFDT #define BOARD_LATE_INIT |