mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 10:31:30 +00:00
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>
This commit is contained in:
parent
9468e6804b
commit
2d1f23aa1e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue