Dear Kristoffer Ericson,

In message <[email protected]> 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: [email protected]
Insufficient facts always invite danger.
        -- Spock, "Space Seed", stardate 3141.9
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to