diff options
-rw-r--r-- | include/configs/k2e_evm.h | 2 | ||||
-rw-r--r-- | include/configs/k2hk_evm.h | 2 | ||||
-rw-r--r-- | include/configs/k2l_evm.h | 2 | ||||
-rw-r--r-- | include/configs/ti_armv7_keystone2.h (renamed from include/configs/ks2_evm.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h index a28ceb7064a..ac50a01b298 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 <configs/ks2_evm.h> +#include <configs/ti_armv7_keystone2.h> /* 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 eae77217833..29e3403aa08 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 <configs/ks2_evm.h> +#include <configs/ti_armv7_keystone2.h> /* 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 57da0579255..50d5c991a0b 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 <configs/ks2_evm.h> +#include <configs/ti_armv7_keystone2.h> /* 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 index 66412c33442..66412c33442 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ti_armv7_keystone2.h |