2 # This file is subject to the terms and conditions of the GNU General Public
3 # License. See the file "COPYING" in the main directory of this archive
7 ifdef CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
8 UIMAGE_LOADADDR
= 0x00003000
10 UIMAGE_LOADADDR
= 0xd0003000
12 UIMAGE_COMPRESSION
= gzip
14 $(obj
)/..
/uImage
: vmlinux.bin.gz FORCE
15 $(call if_changed
,uimage
)
16 $(Q
)$(kecho
) ' Kernel: $@ is ready'
18 zImage
: $(obj
)/..
/uImage