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

Kumar Gala galak at kernel.crashing.org
Tue Jun 16 04:51:14 CEST 2009


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.

- k


More information about the U-Boot mailing list