From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 16 Jun 2009 16:40:19 -0500 Subject: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files In-Reply-To: <20090616162933.0d75ff0c.kim.phillips@freescale.com> References: <1245102820-22795-1-git-send-email-timur@freescale.com> <31E00E95-FA85-4BB0-8FBF-A72215274C7A@kernel.crashing.org> <20090616133251.ba8a0b90.kim.phillips@freescale.com> <4A37E50A.1010904@freescale.com> <20090616134645.abb30df6.kim.phillips@freescale.com> <4A37E955.3000200@freescale.com> <4A380D5C.1020303@freescale.com> <20090616162933.0d75ff0c.kim.phillips@freescale.com> Message-ID: <4A381143.1090502@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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