microblaze: Support simpleImage.dts make target
Instead of remembering to specify DTB= on the make commandline, this commit allows the much friendlier
make simpleImage.<dts>
where <dts>.dts is expected to be found in arch/microblaze/boot/dts/
The resulting vmlinux, with the compiled DTS linked in, will be copied to
boot/simpleImage.<dts>
This mirrors the same functionality as on PowerPC, albeit achieving it in a slightly different way.
Boot tested on S3ADSP platform (MMU)
Signed-off-by:
John Williams <john.williams@petalogix.com>
Loading
Please sign in to comment