From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murali Karicheri Date: Fri, 17 Jul 2015 11:42:47 -0400 Subject: [U-Boot] [PATCH V2 3/4] configs: rename ks2_evm into ti_armv7_keystone2 In-Reply-To: <1437073738-25289-4-git-send-email-nm@ti.com> References: <1437073738-25289-1-git-send-email-nm@ti.com> <1437073738-25289-4-git-send-email-nm@ti.com> Message-ID: <55A92277.80008@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 07/16/2015 03:08 PM, Nishanth Menon wrote: > rename the keystone2 common header into an keystone2 architecture > specific header which can then reuse the common ti_armv7 config headers. > > Signed-off-by: Nishanth Menon > --- > no change > V1: https://patchwork.ozlabs.org/patch/496728/ > > include/configs/k2e_evm.h | 2 +- > include/configs/k2hk_evm.h | 2 +- > include/configs/k2l_evm.h | 2 +- > include/configs/{ks2_evm.h => ti_armv7_keystone2.h} | 0 > 4 files changed, 3 insertions(+), 3 deletions(-) > rename include/configs/{ks2_evm.h => ti_armv7_keystone2.h} (100%) > > diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h > index a28ceb7064a7..ac50a01b2980 100644 > --- a/include/configs/k2e_evm.h > +++ b/include/configs/k2e_evm.h > @@ -27,7 +27,7 @@ > "name_uboot=u-boot-spi-k2e-evm.gph\0" \ > "name_fs=arago-console-image-k2e-evm.cpio.gz\0" > > -#include > +#include > > /* SPL SPI Loader Configuration */ > #define CONFIG_SPL_TEXT_BASE 0x0c100000 > diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h > index eae772178338..29e3403aa082 100644 > --- a/include/configs/k2hk_evm.h > +++ b/include/configs/k2hk_evm.h > @@ -27,7 +27,7 @@ > "name_uboot=u-boot-spi-k2hk-evm.gph\0" \ > "name_fs=arago-console-image-k2hk-evm.cpio.gz\0" > > -#include > +#include > > /* SPL SPI Loader Configuration */ > #define CONFIG_SPL_TEXT_BASE 0x0c200000 > diff --git a/include/configs/k2l_evm.h b/include/configs/k2l_evm.h > index 57da0579255a..50d5c991a0bb 100644 > --- a/include/configs/k2l_evm.h > +++ b/include/configs/k2l_evm.h > @@ -27,7 +27,7 @@ > "name_uboot=u-boot-spi-k2l-evm.gph\0" \ > "name_fs=arago-console-image-k2l-evm.cpio.gz\0" > > -#include > +#include > > /* SPL SPI Loader Configuration */ > #define CONFIG_SPL_TEXT_BASE 0x0c100000 > diff --git a/include/configs/ks2_evm.h b/include/configs/ti_armv7_keystone2.h > similarity index 100% > rename from include/configs/ks2_evm.h > rename to include/configs/ti_armv7_keystone2.h > Acked-By: Murali Karicheri -- Murali Karicheri Linux Kernel, Keystone