From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 23 Dec 2013 17:08:16 +0530 Subject: [U-Boot] [RFC][PATCH 2/7] ARM: OMAP5: Rename to ti_omap5_common.h In-Reply-To: <1386361824-21900-3-git-send-email-eballetbo@gmail.com> References: <1386361824-21900-1-git-send-email-eballetbo@gmail.com> <1386361824-21900-3-git-send-email-eballetbo@gmail.com> Message-ID: <52B820A8.6070507@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday 07 December 2013 02:00 AM, Enric Balletbo i Serra wrote: > Follow the pattern ti__common.h used by other TI processors > to be coherent. So just rename omap5_common.h to ti_omap5_common.h. Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > > Signed-off-by: Enric Balletbo i Serra > --- > include/configs/dra7xx_evm.h | 4 ++-- > include/configs/omap5_uevm.h | 4 ++-- > include/configs/{omap5_common.h => ti_omap5_common.h} | 6 +++--- > 3 files changed, 7 insertions(+), 7 deletions(-) > rename include/configs/{omap5_common.h => ti_omap5_common.h} (97%) > > diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h > index 8a69c7d..fdd5f19 100644 > --- a/include/configs/dra7xx_evm.h > +++ b/include/configs/dra7xx_evm.h > @@ -4,7 +4,7 @@ > * Lokesh Vutla > * > * Configuration settings for the TI DRA7XX board. > - * See omap5_common.h for omap5 common settings. > + * See ti_omap5_common.h for omap5 common settings. > * > * SPDX-License-Identifier: GPL-2.0+ > */ > @@ -34,7 +34,7 @@ > > #define CONFIG_SYS_OMAP_ABE_SYSCK > > -#include > +#include > > /* CPSW Ethernet */ > #define CONFIG_CMD_NET /* 'bootp' and 'tftp' */ > diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h > index 4d3a800..1cc4f47 100644 > --- a/include/configs/omap5_uevm.h > +++ b/include/configs/omap5_uevm.h > @@ -4,7 +4,7 @@ > * Sricharan R > * > * Configuration settings for the TI EVM5430 board. > - * See omap5_common.h for omap5 common settings. > + * See ti_omap5_common.h for omap5 common settings. > * > * SPDX-License-Identifier: GPL-2.0+ > */ > @@ -17,7 +17,7 @@ > "uuid_disk=${uuid_gpt_disk};" \ > "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}" > > -#include > +#include > > #define CONFIG_CONS_INDEX 3 > #define CONFIG_SYS_NS16550_COM3 UART3_BASE > diff --git a/include/configs/omap5_common.h b/include/configs/ti_omap5_common.h > similarity index 97% > rename from include/configs/omap5_common.h > rename to include/configs/ti_omap5_common.h > index c7fa37e..4f34dcf 100644 > --- a/include/configs/omap5_common.h > +++ b/include/configs/ti_omap5_common.h > @@ -14,8 +14,8 @@ > * http://www.ti.com/product/omap5432 > */ > > -#ifndef __CONFIG_OMAP5_COMMON_H > -#define __CONFIG_OMAP5_COMMON_H > +#ifndef __CONFIG_TI_OMAP5_COMMON_H > +#define __CONFIG_TI_OMAP5_COMMON_H > > #define CONFIG_OMAP54XX > #define CONFIG_DISPLAY_CPUINFO > @@ -146,4 +146,4 @@ > #define CONFIG_SPL_DISPLAY_PRINT > #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" > > -#endif /* __CONFIG_OMAP5_COMMON_H */ > +#endif /* __CONFIG_TI_OMAP5_COMMON_H */ >