-
- Downloads
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>
Showing
- arch/xtensa/Makefile 3 additions, 5 deletionsarch/xtensa/Makefile
- arch/xtensa/boot/Makefile 16 additions, 7 deletionsarch/xtensa/boot/Makefile
- arch/xtensa/boot/boot-elf/Makefile 1 addition, 1 deletionarch/xtensa/boot/boot-elf/Makefile
- arch/xtensa/boot/boot-redboot/Makefile 1 addition, 1 deletionarch/xtensa/boot/boot-redboot/Makefile
- arch/xtensa/boot/boot-uboot/Makefile 0 additions, 14 deletionsarch/xtensa/boot/boot-uboot/Makefile
Loading
Please register or sign in to comment