fw_loader: Prefix the FW loader variables with the script prefix
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Sep 2025 11:48:28 +0000 (13:48 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 19:50:40 +0000 (13:50 -0600)
commit50fc92938623be4a1cf1993c703812643afc9cdd
treed2d86c319404adb0d6311615c9c513983dcfc51d
parent8aa57934e52f254064338cfb2a445af9a1f592f9
fw_loader: Prefix the FW loader variables with the script prefix

Add the script name as a prefix to fw_addr and fw_size variables
to make sure they are always unique and won't easily conflict with
user variables.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
lib/fw_loader.c