On 02:31 Fri 02 May     , Marcel Ziswiler wrote:
> - undefined reference to `inb'
> - undefined reference to `outb'
> 
> Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]>
> ---
>  include/configs/adsvix.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/adsvix.h b/include/configs/adsvix.h
> index 703d312..58914cb 100644
> --- a/include/configs/adsvix.h
> +++ b/include/configs/adsvix.h
> @@ -310,6 +310,7 @@
>  
>  #define CONFIG_PXA_PCMCIA 1
>  #define CONFIG_PXA_IDE 1
> +#define __io
This is not the good way to do it

__io is suppose to declare as this
#define __io(a)                        ((volatile void *)(a))

NACK

This will be fix by ad the asm-arm/arch-*/io.h

and cleany the asm/io.h

Best Regards,
J.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to