ath25: fix ELF image generation
authorLech Perczak <lech.perczak@gmail.com>
Tue, 9 Aug 2022 23:06:24 +0000 (01:06 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 14 Aug 2022 19:06:53 +0000 (21:06 +0200)
commit2728d13030ac8fb8235875204e44be7e6ba8aecb
treee0967a99806a6834ecf8ac7ca78a632da099d35d
parent46e62907f1dafa02fd117bbdccd9521b13a3acf4
ath25: fix ELF image generation

Commit 21f460a5dbef ("ath25: fix duplicate LZMA compression"), when
attempting to restore ELF artifact generation, copiedover the raw
kernel image twice. Because of that, the .elf artifact was actually a
duplicate of raw image.

Fix that by copying over .elf suffixed kernel image instead.

Fixes: 21f460a5dbef ("ath25: fix duplicate LZMA compression")
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
(cherry picked from commit 611291383a826827f240eddebca1949c2e1e7115)
target/linux/ath25/image/Makefile