projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9468e68
)
Disable network support on cmi_mpc5xx board
author
Wolfgang Denk
<wd@denx.de>
Wed, 29 Aug 2007 11:35:03 +0000
(13:35 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 29 Aug 2007 11:35:03 +0000
(13:35 +0200)
..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>
include/configs/cmi_mpc5xx.h
patch
|
blob
|
history
diff --git
a/include/configs/cmi_mpc5xx.h
b/include/configs/cmi_mpc5xx.h
index
cd92af2
..
85c2b96
100644
(file)
--- 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