1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

keystone: config: fix K2L boot monitor build target name error

Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Hao Zhang
2014-06-17 00:56:12 +00:00
committed by Denys Dmytriyenko
parent 7eb568bda9
commit eb3821432d

View File

@@ -6,7 +6,7 @@ require conf/machine/include/keystone.inc
UBOOT_MACHINE = "k2l_evm_config"
BOOT_MONITOR_MAKE_TARGET = "k2hk"
BOOT_MONITOR_MAKE_TARGET = "k2l"
IMAGE_FSTYPES += "ubi tar.gz cpio"