[U-Boot] [PATCH 1/4] kirkwood: Rename dns325 to dnskw
Bastien ROUCARIES
roucaries.bastien at gmail.com
Tue Jul 1 22:09:32 CEST 2014
Le 1 juil. 2014 22:03, "Albert ARIBAUD" <albert.u.boot at aribaud.net> a écrit
:
>
> Hi Bastien,
>
> On Sun, 8 Jun 2014 18:30:25 +0200, Bastien ROUCARIÈS
> <roucaries.bastien at gmail.com> wrote:
>
> > From: Jamie Lentin <jm at lentin.co.uk>
> >
> > So we can re-use DNS-325 configuration for the DNS-320 without things
getting
> > confusing, rename all common parts from dns325 to dnskw, and use a
config
> > option to configure DNS-325 specifics.
> >
> > Signed-off-by: Jamie Lentin <jm at lentin.co.uk>
> > Cc: prafulla at marvell.com
> > Cc: albert.u.boot at aribaud.net
> > ---
> > board/d-link/dns325/Makefile | 13 ---
> > board/d-link/dns325/dns325.c | 132 -----------------------
> > board/d-link/dns325/dns325.h | 32 ------
> > board/d-link/dns325/kwbimage.cfg | 192
---------------------------------
> > board/d-link/dnskw/Makefile | 13 +++
> > board/d-link/dnskw/dnskw.c | 132 +++++++++++++++++++++++
> > board/d-link/dnskw/dnskw.h | 36 +++++++
> > board/d-link/dnskw/kwbimage.dns325.cfg | 192
+++++++++++++++++++++++++++++++++
> > boards.cfg | 2 +-
> > include/configs/dns325.h | 170
-----------------------------
> > include/configs/dnskw.h | 175
++++++++++++++++++++++++++++++
> > 11 files changed, 549 insertions(+), 540 deletions(-)
> > delete mode 100644 board/d-link/dns325/Makefile
> > delete mode 100644 board/d-link/dns325/dns325.c
> > delete mode 100644 board/d-link/dns325/dns325.h
> > delete mode 100644 board/d-link/dns325/kwbimage.cfg
> > create mode 100644 board/d-link/dnskw/Makefile
> > create mode 100644 board/d-link/dnskw/dnskw.c
> > create mode 100644 board/d-link/dnskw/dnskw.h
> > create mode 100644 board/d-link/dnskw/kwbimage.dns325.cfg
> > delete mode 100644 include/configs/dns325.h
> > create mode 100644 include/configs/dnskw.h
>
> Were the files renamed using git mv, and was this generated with patman
> or with git format-patch -M or -C?
i might forget for resend to use gît format-patch -M
Will check tomorrow
> Amicalement,
> --
> Albert.
More information about the U-Boot
mailing list