summaryrefslogtreecommitdiffstats
path: root/conf/machine/k2hk-evm.conf
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-05-19 19:51:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-21 15:15:25 -0400
commit804c2bc8f238351fd34abe5695d2dee695ba0636 (patch)
tree5402ef9ac597573a6c03c21391de78aa2fb3b2ff /conf/machine/k2hk-evm.conf
parent521f747c25e260cc520edc983bea0427754d6772 (diff)
downloadmeta-ti-804c2bc8f238351fd34abe5695d2dee695ba0636.tar.gz
keystone: k2l-evm conf: add k2l-evm machine config
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM specific machine configuration for UBI image, boot monitor, U-boot, etc. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/k2hk-evm.conf')
-rw-r--r--conf/machine/k2hk-evm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index 4b05f402..0ef6ad08 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -4,6 +4,10 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7UBOOT_MACHINE = "k2hk_evm_config"
8
9BOOT_MONITOR_MAKE_TARGET = "k2hk"
10
7IMAGE_FSTYPES += "ubi tar.gz cpio" 11IMAGE_FSTYPES += "ubi tar.gz cpio"
8 12
9SERIAL_CONSOLE = "115200 ttyS0" 13SERIAL_CONSOLE = "115200 ttyS0"