Libpayload: Rename arch variable _ARCH to _ARCHDIR for consistency
commitf2d260d9885264e1da8dbcd5609d0d082d7fcfe8
authorSubrata Banik <subratabanik@google.com>
Fri, 17 May 2024 06:02:08 +0000 (17 06:02 +0000)
committerSubrata Banik <subratabanik@google.com>
Sat, 18 May 2024 18:27:53 +0000 (18 18:27 +0000)
tree551986df8f56743672d39e5db61dcbbccf4c62e2
parent67a96902d5a2f416ced55aa6bc7b751dbfa93092
Libpayload: Rename arch variable _ARCH to _ARCHDIR for consistency

This commit renames the variable _ARCH to _ARCHDIR in the libpayload
build script (lpgcc) to align with the naming convention of other
variables used in this file.

This change improves code readability and maintainability.

Change-Id: Iea4af68e49ab1cd7ec8156a14f8215244e9c0622
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82479
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
payloads/libpayload/bin/lpgcc