[RX51] Export u-boot kernel image with flasher

This properly exports the uImage kernel, which is used by u-boot, when
running 'flasher export'. Note the change to the uImage name to follow
the pattern "uImage-$flavor", which in the case of the RX 51 is
"uImage-nokia-rx51".
This commit is contained in:
Clayton Craft 2017-07-17 10:13:43 -07:00
parent a502b50475
commit 3ca54dc87b
4 changed files with 5 additions and 4 deletions

View file

@ -36,6 +36,7 @@ def export(args, flavor, folder):
" contains initramfs and kernel",
"initramfs-" + flavor: "Initramfs",
"uInitrd-" + flavor: "Initramfs, legacy u-boot image format",
"uImage-" + flavor: "Kernel, legacy u-boot image format",
"vmlinuz-" + flavor: "Linux kernel",
args.device + ".img": "System partition",
}