Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / mach-shmobile / Makefile.boot
1 # per-board load address for uImage
2 loadaddr-y      :=
3 loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
4 loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
5 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
6 loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
7 loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
8
9 __ZRELADDR      := $(sort $(loadaddr-y))
10    zreladdr-y   += $(__ZRELADDR)
11
12 # Unsupported legacy stuff
13 #
14 #params_phys-y (Instead: Pass atags pointer in r2)
15 #initrd_phys-y (Instead: Use compiled-in initramfs)