[U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files
Kim Phillips
kim.phillips at freescale.com
Tue Jun 16 20:32:51 CEST 2009
On Mon, 15 Jun 2009 21:51:14 -0500
Kumar Gala <galak at kernel.crashing.org> wrote:
> On Jun 15, 2009, at 4:53 PM, Timur Tabi wrote:
>
> > The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
> > driver, but
> > the code that used that macro was removed over a year ago, so board
> > configuration files no longer need to define it.
> >
> > The _IO_BASE macro is also automatically defined to 0 if it isn't
> > already set,
> > so there's no need to define that macro either in the board
> > configuration files.
> >
> > Signed-off-by: Timur Tabi <timur at freescale.com>
> > ---
> > include/configs/MPC8349ITX.h | 7 -------
> > include/configs/MPC8536DS.h | 6 ------
> > include/configs/MPC8544DS.h | 6 ------
> > include/configs/MPC8572DS.h | 6 ------
> > include/configs/MPC8610HPCD.h | 4 ----
> > include/configs/MPC8641HPCN.h | 4 ----
> > include/configs/P2020DS.h | 6 ------
> > 7 files changed, 0 insertions(+), 39 deletions(-)
>
> Kim, do you want to ack this 8349itx and I'll pick it up.
it's missing other boards like the MVBLM7, mpc7448hpc2...
Kim
More information about the U-Boot
mailing list