mxs: fix loadaddr for uImages
Signed-off-by: Harald Geyer <harald@ccbib.org> SVN-Revision: 38773
This commit is contained in:
parent
ff41e07aa2
commit
334bee8ad9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue