mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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 <vitalya@ti.com> Acked-By: Murali Karicheri <m-karicheri2@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
59d4cd2297
commit
e8428d6ffa
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue