Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-10 Thread Thomas Weber
Hello Marek, On 05/11/10 04:25, Marek Vasut wrote: > Dne Út 11. května 2010 05:47:40 Marek Vasut napsal(a): >> Dne Út 11. května 2010 05:28:38 Marek Vasut napsal(a): >>> Dne Pá 7. května 2010 18:58:34 Thomas Weber napsal(a): On 07.05.2010 17:15, Wolfgang Denk wrote: Dear Thomas Weber, >

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-10 Thread Marek Vasut
Dne Út 11. května 2010 05:47:40 Marek Vasut napsal(a): > Dne Út 11. května 2010 05:28:38 Marek Vasut napsal(a): > > Dne Pá 7. května 2010 18:58:34 Thomas Weber napsal(a): > > > On 07.05.2010 17:15, Wolfgang Denk wrote: > > > Dear Thomas Weber, > > > > > > In message <1273242366-6552-1-git-send-em

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-10 Thread Marek Vasut
Dne Út 11. května 2010 05:28:38 Marek Vasut napsal(a): > Dne Pá 7. května 2010 18:58:34 Thomas Weber napsal(a): > > On 07.05.2010 17:15, Wolfgang Denk wrote: > > Dear Thomas Weber, > > > > In message <1273242366-6552-1-git-send-email-we...@corscience.de> > > > > <1273242366-6552-1-git-send-email

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-10 Thread Marek Vasut
Dne Pá 7. května 2010 18:58:34 Thomas Weber napsal(a): > On 07.05.2010 17:15, Wolfgang Denk wrote: > > Dear Thomas Weber, > > In message <1273242366-6552-1-git-send-email-we...@corscience.de> > <1273242366-6552-1-git-send-email-we...@corscience.de> you wrote: > > > In commit a45dde2293c816138

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-10 Thread Marek Vasut
Dne Pá 7. května 2010 18:58:34 Thomas Weber napsal(a): > On 07.05.2010 17:15, Wolfgang Denk wrote: > > Dear Thomas Weber, > > In message <1273242366-6552-1-git-send-email-we...@corscience.de> > <1273242366-6552-1-git-send-email-we...@corscience.de> you wrote: > > > In commit a45dde2293c816138

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-07 Thread Mike Frysinger
On Friday 07 May 2010 12:58:34 Thomas Weber wrote: > In > dm9000.c is included and outb, etc. used > and in > arch/arm/include/asm/io.h +201 > I found #ifdef __io > but __io wasn't defined. > > I also think, that all arm-boards that uses the dm9000 will have this > problem at the moment. I tried

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-07 Thread Thomas Weber
On 07.05.2010 17:15, Wolfgang Denk wrote: Dear Thomas Weber, In message <1273242366-6552-1-git-send-email-we...@corscience.de> <1273242366-6552-1-git-send-email-we...@corscience.de> you wrote: In commit a45dde2293c816138e53c26eca6fd0322583f9a6 the I/O accessor for the DM9000 is changed. The

Re: [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-07 Thread Wolfgang Denk
Dear Thomas Weber, In message <1273242366-6552-1-git-send-email-we...@corscience.de> you wrote: > In commit a45dde2293c816138e53c26eca6fd0322583f9a6 the I/O accessor for > the DM9000 is changed. > > The definition of __io is required to use the standard I/O accessors from > asm/io.h. > > Signed-

[U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000

2010-05-07 Thread Thomas Weber
In commit a45dde2293c816138e53c26eca6fd0322583f9a6 the I/O accessor for the DM9000 is changed. The definition of __io is required to use the standard I/O accessors from asm/io.h. Signed-off-by: Thomas Weber --- include/configs/devkit8000.h |2 ++ 1 files changed, 2 insertions(+), 0 deletion