1 # per-board load address for uImage
3 loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
4 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
6 __ZRELADDR := $(sort $(loadaddr-y))
7 zreladdr-y += $(__ZRELADDR)
9 # Unsupported legacy stuff
11 #params_phys-y (Instead: Pass atags pointer in r2)
12 #initrd_phys-y (Instead: Use compiled-in initramfs)