[U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files
Timur Tabi
timur at freescale.com
Tue Jun 16 23:40:19 CEST 2009
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.
--
Timur Tabi
Linux kernel developer at Freescale
More information about the U-Boot
mailing list