blob: e2227d3c23c387c46edd1c70f6f4c1b936140225 (
plain)
1
2
3
4
5
6
|
zreladdr-y := 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000
dtb-$(CONFIG_ARCH_VERSATILE_PB) += versatile-pb.dtb
dtb-$(CONFIG_MACH_VERSATILE_AB) += versatile-ab.dtb
|