[U-Boot] [PATCH v2 05/10] Rename ads5121 board into mpc5121ads
Kim Phillips
kim.phillips at freescale.com
Tue May 19 00:46:23 CEST 2009
On Sat, 16 May 2009 10:47:41 +0200
Wolfgang Denk <wd at denx.de> wrote:
>
> We rename the board so we use a consistent name in U-Boot and in
> Linux. Also, we use this opportunity to move the board into the
> Freecale vendor directory.
>
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> Cc: John Rigby <jcrigby at gmail.com>
> ---
> MAKEALL | 2 +-
> Makefile | 6 +-
> board/ads5121/Makefile | 53 ---
> board/ads5121/README | 7 -
> board/ads5121/ads5121.c | 331 -------------------
> board/ads5121/config.mk | 23 --
> board/freescale/mpc5121ads/Makefile | 53 +++
> board/freescale/mpc5121ads/README | 7 +
> board/freescale/mpc5121ads/config.mk | 23 ++
> board/freescale/mpc5121ads/mpc5121ads.c | 331 +++++++++++++++++++
> include/configs/ads5121.h | 550 -------------------------------
> include/configs/mpc5121ads.h | 550 +++++++++++++++++++++++++++++++
great consolidating so many patches - much easier to review.
it's just that we get into the habit of using git format-patch -B -M -
it greatly facilitates reviewing mass-rename patches such as this one.
Kim
More information about the U-Boot
mailing list