mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 10:00:51 +00:00
Cr50: fix CR50_DEV=1 override
Commit 9e7c12b added a command-line option to "make" to build
development versions of the Cr50 board. This makes the symbol
definition useful in makefiles and not just C code.
BUG=chrome-os-partner:57408
BRANCH=none
TEST=make buildall; try on Gru with and without CR50_DEV=1
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Change-Id: Id0719d63263b00e192a2e4866dbe1551ae49e23c
Reviewed-on: https://chromium-review.googlesource.com/391127
Commit-Ready: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
fd88db3e9a
commit
b5b06e4ac9
@@ -108,7 +108,7 @@ CR50_RW_KEY = loader-testkey-A.pem
|
||||
SIGNER = $(out)/util/signer
|
||||
SIGNER_EXTRAS =
|
||||
else
|
||||
CFLAGS += -DCR50_DEV=1
|
||||
CPPFLAGS += -DCR50_DEV=1
|
||||
SIGNER = $(HOME)/bin/codesigner
|
||||
CR50_RW_KEY = cr50_rom0-dev-blsign.pem.pub
|
||||
RW_SIGNER_EXTRAS = -x util/signer/fuses.xml
|
||||
|
||||
Reference in New Issue
Block a user