commit | 9a736fcb096b43b68af8329eb12abc8256dceaba | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Dec 25 04:58:57 2016 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Wed Mar 01 12:32:50 2017 -0800 |
tree | 1025c3ae5c1b1b68051a13e2052daee14a1db755 | |
parent | 4ab18701c66552944188dbcd0ce0012729baab84 [diff] |
xtensa: clean up bootable image build targets Currently xtensa uses 'zImage' as a synonym of 'all', but in fact xtensa supports three targets: 'Image' (ELF image with reset vector), 'zImage' (compressed redboot image) and 'uImage' (U-Boot image). Provide separate 'Image', 'zImage' and 'uImage' make targets that only build corresponding image type. Make 'all' build all images appropriate for a platform. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>