Linux boot wrapper with FDT support =================================== The following files need to be linked into the boot wrapper directory: dtc - point to /scripts/dtc/dtc vexpress-v2p-aarch64.dts - point to /arch/arm64/boot/dts/vexpress-v2p-aarch64.dts vexpress-v2m-rs1.dtsi - point to /arch/arm64/boot/dts/vexpress-v2m-rs1.dtsi skeleton.dtsi - point to /arch/arm64/boot/dts/skeleton.dtsi Alternatively, you may specify the paths for dtc and the main dts file on the make command-line. For example: make DTC= FDT_SRC=/arch/arm64/boot/dts/vexpress-v2p-aarch64.dtsi