From: Nishanth Menon Date: Wed, 22 Jul 2015 23:05:44 +0000 (-0500) Subject: configs: rename ks2_evm into ti_armv7_keystone2 X-Git-Tag: KARO-TX6-2015-09-18~1107 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=0e315b705e72b67aeffa79ffae66da7ea8be0f00;p=karo-tx-uboot.git configs: rename ks2_evm into ti_armv7_keystone2 rename the keystone2 common header into an keystone2 architecture specific header which can then reuse the common ti_armv7 config headers. Acked-by: Vitaly Andrianov Acked-By: Murali Karicheri Reviewed-by: Tom Rini Signed-off-by: Nishanth Menon --- diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h index 61ba1d7a01..41e66366f7 100644 --- a/include/configs/k2e_evm.h +++ b/include/configs/k2e_evm.h @@ -26,7 +26,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 697333bf9f..653e52d569 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -26,7 +26,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 3875a52288..331d730b54 100644 --- a/include/configs/k2l_evm.h +++ b/include/configs/k2l_evm.h @@ -26,7 +26,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