diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-08-29 13:35:03 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-29 13:35:03 +0200 | 
| commit | 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f (patch) | |
| tree | 57f094d8d2629698180df197f404a3e5f3258cc5 | |
| parent | 9468e6804b7e25b0f6f52e53f47bce3175400a16 (diff) | |
| download | olio-uboot-2014.01-2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f.tar.xz olio-uboot-2014.01-2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f.zip | |
Disable network support on cmi_mpc5xx board
..because it caused compiler errors and there seems to be no
board maintainer to take care of this.
Signed-off-by: Wolfgang Denk <wd@denx.de>
| -rw-r--r-- | include/configs/cmi_mpc5xx.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/cmi_mpc5xx.h b/include/configs/cmi_mpc5xx.h index cd92af235..85c2b96fe 100644 --- a/include/configs/cmi_mpc5xx.h +++ b/include/configs/cmi_mpc5xx.h @@ -59,6 +59,8 @@   */  #include <config_cmd_default.h> +#undef	CONFIG_CMD_NET		/* disabeled - causes compile errors */ +  #define CONFIG_CMD_MEMORY  #define CONFIG_CMD_LOADB  #define CONFIG_CMD_REGINFO |