forked from Mirror/pmbootstrap
[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:
parent
a502b50475
commit
3ca54dc87b
4 changed files with 5 additions and 4 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue