arm, dev: Fix flash model serialization code typos
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Sun, 22 Nov 2015 10:10:19 +0000 (05:10 -0500)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Sun, 22 Nov 2015 10:10:19 +0000 (05:10 -0500)
commit1e1cd2dc01ca2b58ee74c45835c0799c693261ba
treecc1becf37b6ff8e6adcdf869c83d13a9570c5d87
parent488128dab2b9fb728466ade9dd54f9613ee03880
arm, dev: Fix flash model serialization code typos

The flash model has typos in its serialization code for
unknownPages, locationTable, blockValidEntries, and blockEmptyEntries
arrays where it would save each entry in the array under the same
name in the checkpoint.  This patch fixes these typos.
src/dev/arm/flash_device.cc