
3 Sep
2009
3 Sep
'09
1:26 p.m.
Dear Kristoffer Ericson,
In message 20090903130919.7696972f.kristoffer.ericson@gmail.com you wrote:
Still having trouble finding exactly what is causing it. See below for my include/configs/jornada.h file.
...
+/*
- Command line configuration.
- */
+#include <config_cmd_default.h>
This will include the default configuration, which has (among other things)
#define CONFIG_CMD_NET #define CONFIG_CMD_NFS
Try adding (after this #include):
#undef CONFIG_CMD_NET #undef CONFIG_CMD_NFS
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Insufficient facts always invite danger.
-- Spock, "Space Seed", stardate 3141.9