summaryrefslogtreecommitdiff
path: root/target/xtensa
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-11 11:51:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-12 10:51:36 +0200
commit66abdde90cb03cfb95978d3b5fecb74110367b66 (patch)
tree1d4f0798b4c3143f4a6ed9c067919bd550acfb62 /target/xtensa
parent791969b59de26169a34b0ca1159da5d97c07da6d (diff)
add u-boot hosttools support, remove mkimage package
Diffstat (limited to 'target/xtensa')
-rw-r--r--target/xtensa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/xtensa/Makefile b/target/xtensa/Makefile
index 006cd778f..42ab2ab9a 100644
--- a/target/xtensa/Makefile
+++ b/target/xtensa/Makefile
@@ -7,7 +7,7 @@ include $(ADK_TOPDIR)/mk/modules.mk
include $(ADK_TOPDIR)/mk/kernel-build.mk
include $(ADK_TOPDIR)/mk/image.mk
-KERNEL:=$(LINUX_DIR)/arch/xtensa/boot/Image.elf
+KERNEL:=$(LINUX_DIR)/arch/xtensa/boot/uImage
QEMU_ARGS:=-M lx60 -cpu dc232b -monitor null
QEMU_ARGS+=${ADK_QEMU_ARGS}