
-----Original Message----- From: Clint Adams [mailto:clint@debian.org] Sent: Tuesday, April 26, 2011 6:47 AM To: u-boot@lists.denx.de Cc: Albert ARIBAUD; Prafulla Wadaskar; Wolfgang Denk; Clint Adams Subject: [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support
Changes for v4:
- Various commit log and whitespace tweaks
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
MAKEALL | 2 + board/Marvell/{openrd_base => openrd}/Makefile | 2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg | 0 .../{openrd_base/openrd_base.c => openrd/openrd.c} | 33 +++++++++++++++++--- .../{openrd_base/openrd_base.h => openrd/openrd.h} | 0 boards.cfg | 4 ++- include/configs/{openrd_base.h => openrd.h} | 33 +++++++++++++++++--- 7 files changed, 62 insertions(+), 12 deletions(-) rename board/Marvell/{openrd_base => openrd}/Makefile (98%) rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%) rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%) rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%) rename include/configs/{openrd_base.h => openrd.h} (81%)
Hi Clint
I have rebased u-boot-marvell.git master branch I am unable to apply this patch series cleanly to this rebased branch.
Kindly please provide the new patch series for the same.
Regards.. Prafulla . .