[U-Boot-Users] [PATCH 2/5][RESEND] CSB637 - move PHY code to common directory

Hi,
the attached patch moves the at91rm9200 PHY code from the board specific directories into cpu/arm920t/at91rm9200 to avoid excess code duplication.
Patch gzip'ed due to size.
Cheers Anders
Signed-off-by: Anders Larsen alarsen@rea.de
CHANGELOG: Patch by Anders Larsen alarsen@rea.de, 2005-04-29 Move the AT91RM9200 PHY code into a common directory
---
board/at91rm9200dk/Makefile | 2 board/at91rm9200dk/at91rm9200dk.c | 26 ++++ board/at91rm9200dk/dm9161.c | 243 ------------------------------------- board/cmc_pu2/Makefile | 2 board/cmc_pu2/cmc_pu2.c | 26 ++++ board/cmc_pu2/dm9161.c | 243 ------------------------------------- board/kb9202/Makefile | 2 board/kb9202/kb9202.c | 33 +++++ board/kb9202/lxt972.c | 211 -------------------------------- cpu/arm920t/at91rm9200/Makefile | 2 cpu/arm920t/at91rm9200/dm9161.c | 224 ++++++++++++++++++++++++++++++++++ cpu/arm920t/at91rm9200/ether.c | 2 cpu/arm920t/at91rm9200/lxt972.c | 192 +++++++++++++++++++++++++++++ include/at91rm9200_net.h | 2 include/dm9161.h | 8 + 15 files changed, 510 insertions(+), 708 deletions(-)

In message 1124875255l.27954l.4l@ecxwww1.reanet.de you wrote:
the attached patch moves the at91rm9200 PHY code from the board specific directories into cpu/arm920t/at91rm9200 to avoid excess code duplication.
Previously checked in, please verify.
Best regards,
Wolfgang Denk

Wolfgang Denk wd@denx.de schreibt:
Previously checked in, please verify.
No further changes.
Cheers Anders
participants (2)
-
Anders Larsen
-
Wolfgang Denk