Fix incorrect assertions in bl1_main()
authorAndrew Thoelke <andrew.thoelke@arm.com>
Thu, 11 Jun 2015 13:12:14 +0000 (14:12 +0100)
committerAndrew Thoelke <andrew.thoelke@arm.com>
Fri, 19 Jun 2015 10:29:41 +0000 (11:29 +0100)
commit354ab57dba7f81bfa2f2878a3864c39e1839bd06
tree43971ef60b83b7894fe8a20ae8d21af2b04a57b1
parent79b1ebdaae021c0a9c4880849d181a5b91ecac8a
Fix incorrect assertions in bl1_main()

The validation of the caching enable state in bl1_main() was
incorrect resulting in the state not being checked. Using the right
operator fixes this.

Change-Id: I2a99478f420281a1dcdf365d3d4fd8394cd21b51
bl1/bl1_main.c