summaryrefslogtreecommitdiff
path: root/target/xtensa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/xtensa/Makefile')
-rw-r--r--target/xtensa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/xtensa/Makefile b/target/xtensa/Makefile
index da41fc839..99031d0ae 100644
--- a/target/xtensa/Makefile
+++ b/target/xtensa/Makefile
@@ -21,6 +21,9 @@ QEMU_ARGS+=-M kc705-nommu
QEMU_ARGS+=-cpu de212 -m 256
KERNEL:=$(LINUX_DIR)/arch/xtensa/boot/Image.elf
endif
+ifeq ($(ADK_TARGET_CPU_XTENSA_KC705_BE),y)
+KERNEL:=$(LINUX_DIR)/arch/xtensa/boot/uImage
+endif
# target helper text
ifeq ($(ADK_TARGET_FS),archive)