machine-xilinx-zynqmp.inc : Use destination_cpu at...
by
Sreeja Vadakattu
7 years 3 months
machine-xilinx-zynqmp.inc : Use destination_cpu attribute instead of using fsbl_config
bootgen doesn't recommend using fsbl_config attribute to specify cpu,
but provides destination_cpu attribute.
snippet before:
[fsbl_config] a53_x64
[bootloader] fsbl.elf
snippet after:
[bootloader, destination_cpu=a53-0] fsbl.elf
Signed-off-by: Sreeja Vadakattu <svadakat@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>