[U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Wed Jun 17 09:17:42 CEST 2009


Hi, all.

2009/6/17 Timur Tabi <timur at freescale.com>
>
> Kim Phillips wrote:
>
> > based on the content of the patch:
> >
> > -/* This macro is used by RTL8139 but not defined in PPC architecture */
> >
> > I'd say 2, all ppc boards.
>
> rd2plus.h, which is an SH board, has this:
>
> /*
>  * Network device (RTL8139) support
>  */
> #define CONFIG_NET_MULTI
> #define CONFIG_RTL8139
> #define _IO_BASE                0x00000000
> #define KSEG1ADDR(x)            (x)
>
> So PPC isn't the only architecture affected by this.  However, since I don't have an SH cross-compiler, I can't test it.

No problem, if remove this line.
I recivce mail about this. And I checked this code and compiling. This
work fine.

Best regards,
 Nobuhiro
--
Nobuhiro Iwamatsu


More information about the U-Boot mailing list