Explorar el Código

mxs: fix loadaddr for uImages

Signed-off-by: Harald Geyer <[email protected]>

SVN-Revision: 38773
Zoltan Herpai hace 12 años
padre
commit
334bee8ad9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/mxs/image/Makefile

+ 1 - 1
target/linux/mxs/image/Makefile

@@ -23,7 +23,7 @@ endef
 
 define Image/BuildKernel/olinuxino-uboot
 	mkimage -A arm -O linux -T kernel -C none \
-		-a 0x42000000 -e 0x42000000 \
+		-a 0x40008000 -e 0x40008000 \
 		-n 'ARM OpenWrt Linux-$(LINUX_VERSION)' \
 		-d $(KDIR)/vmlinux $(KDIR)/uImage
 	cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage