[U-Boot] [PATCH 14/17] Add PCI support to eNET board

2009-08-22 Thread Graeme Russ
Signed-off-by: Graeme Russ --- board/eNET/Makefile|1 + board/eNET/eNET_pci.c | 95 include/configs/eNET.h | 14 3 files changed, 103 insertions(+), 7 deletions(-) create mode 100644 board/eNET/eNET_pci.c diff --git a/board

Re: [U-Boot] [PATCH 14/17] Add PCI support to eNET board

2009-09-04 Thread Wolfgang Denk
Dear Graeme Russ, In message <1250996401-13642-15-git-send-email-graeme.r...@gmail.com> you wrote: > --===0053267559== > > > Signed-off-by: Graeme Russ > --- > board/eNET/Makefile|1 + > board/eNET/eNET_pci.c | 95 > > in