Browse Source

xtensa: fix big endian kernel install

Waldemar Brodkorb 11 months ago
parent
commit
d7516b6535
1 changed files with 3 additions and 0 deletions
  1. 3 0
      target/xtensa/Makefile

+ 3 - 0
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)