[U-Boot] HP Jornada 720 flashrom

Wolfgang Denk wd at denx.de
Thu Sep 3 13:26:16 CEST 2009


Dear Kristoffer Ericson,

In message <20090903130919.7696972f.kristoffer.ericson at 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 at denx.de
Insufficient facts always invite danger.
	-- Spock, "Space Seed", stardate 3141.9


More information about the U-Boot mailing list