Re: [U-Boot] HP Jornada 720 flashrom

2009-09-03 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message <20090903130919.7696972f.kristoffer.eric...@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 This will include

Re: [U-Boot] HP Jornada 720 flashrom

2009-09-03 Thread Kristoffer Ericson
Still having trouble finding exactly what is causing it. See below for my include/configs/jornada.h file. diff --git a/include/configs/jornada.h b/include/configs/jornada.h new file mode 100644 index 000..270b54f --- /dev/null +++ b/include/configs/jornada.h @@ -0,0 +1,166 @@ +/* + * (C) Cop

Re: [U-Boot] HP Jornada 720 flashrom

2009-09-02 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message <20090902233329.a9b77e68.kristoffer.eric...@gmail.com> you wrote: > Greetings, > > Trying to get my Flashrom working (previously used blob with it). > I get this now : > c -Map u-boot.map -o u-boot > net/libnet.a(net.o)(.text+0x1cc): In function `ArpRequest':

[U-Boot] HP Jornada 720 flashrom

2009-09-02 Thread Kristoffer Ericson
Greetings, Trying to get my Flashrom working (previously used blob with it). I get this now : c -Map u-boot.map -o u-boot net/libnet.a(net.o)(.text+0x1cc): In function `ArpRequest': /home/kristoffer/work/projects/u-boot.git/net/net.c:250: undefined reference to `eth_send' net/libnet.a(net.o)(.te