From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Date: Thu, 19 Sep 2013 17:13:15 +0200 Subject: [U-Boot] [PATCH v2 2/2] OMAP3: igep00x0: rename config file to omap3_igep00x0.h In-Reply-To: <523B1195.5@compulab.co.il> References: <1378109042-9994-1-git-send-email-javier.martinez@collabora.co.uk> <1378109042-9994-2-git-send-email-javier.martinez@collabora.co.uk> <523B1195.5@compulab.co.il> Message-ID: <523B148B.8000501@collabora.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/19/2013 05:00 PM, Igor Grinberg wrote: > Hi Javier, > > On 09/19/2013 04:04 PM, Javier Martinez Canillas wrote: >> On Mon, Sep 2, 2013 at 1:52 PM, Enric Balletbo Serra >> wrote: >>> 2013/9/2 Javier Martinez Canillas : >>>> There seems to be a naming convention for the configuration >>>> files for boards using the same SoC family. This makes >>>> easier to do changes that affect different boards based >>>> on the same SoC. >>>> >>>> Since the IGEPv2 board and the IGEP COM Module use a TI >>>> OMAP35xx/DM37xx processor, is better to rename its board >>>> config to use this naming scheme. >>>> >>>> Signed-off-by: Javier Martinez Canillas >>>> --- >>>> >>>> Changes since v1: >>>> - Fix some issues in the commit changelog pointed out by Enric Balletbo. >>>> >>>> boards.cfg | 10 +- >>>> include/configs/igep00x0.h | 370 --------------------------------------- >>>> include/configs/omap3_igep00x0.h | 370 +++++++++++++++++++++++++++++++++++++++ >>>> 3 files changed, 375 insertions(+), 375 deletions(-) >>>> delete mode 100644 include/configs/igep00x0.h >>>> create mode 100644 include/configs/omap3_igep00x0.h >>>> >>>> diff --git a/boards.cfg b/boards.cfg >>>> index d717226..8f1cb6e 100644 >>>> --- a/boards.cfg >>>> +++ b/boards.cfg >>>> @@ -297,11 +297,11 @@ omap3_overo arm armv7 overo - >>>> omap3_pandora arm armv7 pandora - omap3 >>>> dig297 arm armv7 dig297 comelit omap3 >>>> cm_t35 arm armv7 cm_t35 compulab omap3 >>>> -igep0020 arm armv7 igep00x0 isee omap3 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND >>>> -igep0020_nand arm armv7 igep00x0 isee omap3 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_NAND >>>> -igep0030 arm armv7 igep00x0 isee omap3 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_ONENAND >>>> -igep0030_nand arm armv7 igep00x0 isee omap3 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_NAND >>>> -igep0032 arm armv7 igep00x0 isee omap3 igep00x0:MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND >>>> +omap3_igep0020 arm armv7 igep00x0 isee omap3 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND >>>> +omap3_igep0020_nand arm armv7 igep00x0 isee omap3 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_NAND >>>> +omap3_igep0030 arm armv7 igep00x0 isee omap3 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_ONENAND >>>> +omap3_igep0030_nand arm armv7 igep00x0 isee omap3 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_NAND >>>> +omap3_igep0032 arm armv7 igep00x0 isee omap3 omap3_igep00x0:MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND >>>> am335x_igep0033 arm armv7 igep0033 isee am33xx >>>> am3517_evm arm armv7 am3517evm logicpd omap3 >>>> mt_ventoux arm armv7 mt_ventoux teejet omap3 >> >>> Acked-by: Enric Balletbo i Serra >> >> These patches don't apply on master anymore after commit 27af930e9 >> ("Merge and reformat boards.cfg and MAINTAINERS"). I'll rebase the >> patches and repost. > > If you are about to repost, can you please add '-M' flag to > git format-patch command (if you use this command). > This will detect renames and lower the patch size... > Hi Igor, Yes I do use git format-patch and I'll use -M for the next version. Thanks for the feedback and best regards, Javier