mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Add VBDEBUG macro for debug output.
Replaced in firmware/ lib; not replaced in host-side utils/tests. Review URL: http://codereview.chromium.org/2810026
This commit is contained in:
@@ -81,7 +81,7 @@ static uint32_t InitializeSpaces(void) {
|
||||
uint32_t zero = 0;
|
||||
uint32_t firmware_perm = TPM_NV_PER_GLOBALLOCK | TPM_NV_PER_PPWRITE;
|
||||
|
||||
debug("Initializing spaces\n");
|
||||
VBDEBUG(("Initializing spaces\n"));
|
||||
|
||||
RETURN_ON_FAILURE(TlclSetNvLocked());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user