Merge pull request #1576 from antonio-nino-diaz-arm/an/fix-bl32-init

BL31: Fix warning about BL32 init function
This commit is contained in:
Soby Mathew 2018-09-18 15:20:16 +01:00 committed by GitHub
commit 4b8f7bf07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -108,10 +108,8 @@ void bl31_main(void)
int32_t rc = (*bl32_init)();
if (rc != 0) {
WARN("BL31: BL32 initialization failed (rc = %d)\n",
rc);
}
if (rc == 0)
WARN("BL31: BL32 initialization failed\n");
}
/*
* We are ready to enter the next EL. Prepare entry into the image