mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
fwlib: Map architecture armv7 to arm
In coreboot the architecture for our ARM platforms
is armv7. In order to have vboot_reference pick up the
right build parameters, map armv7 to arm.
BUG=none
BRANCH=none
TEST=lots more changes on coreboot needed for a reasonable
test. Right now coreboot compiles fine with ramstage
verification and this patch.
Change-Id: I64dad9be663b7bd7d80d138b3c49ae8f4699f01d
Reviewed-on: https://chromium-review.googlesource.com/170071
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Commit-Queue: Stefan Reinauer <reinauer@google.com>
Tested-by: Stefan Reinauer <reinauer@google.com>
This commit is contained in:
committed by
chrome-internal-fetch
parent
2500185a83
commit
d96b25d0c0
2
Makefile
2
Makefile
@@ -99,6 +99,8 @@ ifeq (${FIRMWARE_ARCH},i386)
|
||||
override FIRMWARE_ARCH := x86
|
||||
else ifeq (${FIRMWARE_ARCH},amd64)
|
||||
override FIRMWARE_ARCH := x86_64
|
||||
else ifeq (${FIRMWARE_ARCH},armv7)
|
||||
override FIRMWARE_ARCH := arm
|
||||
endif
|
||||
|
||||
# Provide default CC and CFLAGS for firmware builds; if you have any -D flags,
|
||||
|
||||
Reference in New Issue
Block a user