
Dear Timur Tabi,
In message 1245438652-6489-1-git-send-email-timur@freescale.com you 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@freescale.com Acked-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org Acked-by: Andy Fleming afleming@freescale.com Acked-by: Andre Schwarz andre.schwarz@matrix-vision.de
v3: removed the change for PN62.h, which does not have _IO_BASE at 0
include/configs/HIDDEN_DRAGON.h | 4 +--- include/configs/M5253DEMO.h | 1 - include/configs/M5253EVBE.h | 1 - include/configs/M54455EVB.h | 1 - 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/MVBLM7.h | 2 -- include/configs/P2020DS.h | 6 ------ include/configs/mpc7448hpc2.h | 4 ---- include/configs/r2dplus.h | 2 -- 14 files changed, 1 insertions(+), 53 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk