powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git] / arch / xtensa / boot / boot-uboot / Makefile
blob545759819ef9b11cee5b2227d0a68262b5e5ea1f
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
4 # for more details.
7 ifdef CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
8 UIMAGE_LOADADDR = 0x00003000
9 else
10 UIMAGE_LOADADDR = 0xd0003000
11 endif
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