Use void pointers for untyped memory
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sat, 24 Dec 2011 00:28:59 +0000 (17:28 -0700)
committerPatrick Georgi <patrick@georgi-clan.de>
Sat, 24 Dec 2011 10:52:15 +0000 (11:52 +0100)
commitc10cade4042dca08f9c176e93e6457c7a7f4e40a
treec6c4375e8fae9d94351b8ab9108f3fbccb968405
parentfe2f6b075ec0159b5308c90b69213d8c4543fbb6
Use void pointers for untyped memory

To avoid unnecessary casts, we can use untyped pointers when accessing
individual records.

Change-Id: I1d628d6e25f1e53b4fee34e7c2c4688a789c45a3
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Reviewed-on: http://review.coreboot.org/498
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
payloads/libpayload/arch/i386/coreboot.c