]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/Makefile.boot
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / arch / arm / mach-shmobile / Makefile.boot
1 # per-board load address for uImage
2 loadaddr-y      :=
3 loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
4 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
5
6 __ZRELADDR      := $(sort $(loadaddr-y))
7    zreladdr-y   += $(__ZRELADDR)
8
9 # Unsupported legacy stuff
10 #
11 #params_phys-y (Instead: Pass atags pointer in r2)
12 #initrd_phys-y (Instead: Use compiled-in initramfs)