Merge "bvb: Update path to key since repo was moved."
This commit is contained in:
commit
8b3b1727da
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ endif
|
|||
ifndef BOARD_BVB_KEY_PATH
|
||||
# If key path isn't specified, use the 4096-bit test key.
|
||||
INTERNAL_BVBTOOL_SIGN_BOOT_IMAGE_ARGS := --algorithm SHA256_RSA4096 \
|
||||
--key system/bvb/test/testkey_rsa4096.pem
|
||||
--key external/bvb/test/testkey_rsa4096.pem
|
||||
else
|
||||
INTERNAL_BVBTOOL_SIGN_BOOT_IMAGE_ARGS := \
|
||||
--algorithm $(BOARD_BVB_ALGORITHM) --key $(BOARD_BVB_KEY_PATH)
|
||||
|
|
Loading…
Reference in a new issue