Makefile.boot 320 B

12345678910
  1. # Those numbers are used only by the non-DT V2P-CA9 platform
  2. # The DT-enabled ones require CONFIG_AUTO_ZRELADDR=y
  3. zreladdr-y += 0x60008000
  4. params_phys-y := 0x60000100
  5. initrd_phys-y := 0x60800000
  6. dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
  7. vexpress-v2p-ca9.dtb \
  8. vexpress-v2p-ca15-tc1.dtb