[FREELDR]

Fix a typo in arm code that I introduced, spotted by Thomas.

svn path=/trunk/; revision=58370
This commit is contained in:
Timo Kreuzer 2013-02-25 20:11:40 +00:00
parent 3b9f1e664a
commit 68996416a7

View file

@ -104,7 +104,7 @@ BOOLEAN
ArmInitializeBootDevices(VOID)
{
/* Emulate old behavior */
return ArmHwDetect != NULL;
return (ArmHwDetect() != NULL);
}
PCONFIGURATION_COMPONENT_DATA