diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-01-11 10:41:42 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-01-11 19:56:43 +0100 |
commit | b8ad2244686a801a96326d8075526d9b701ad982 (patch) | |
tree | f7cf4e7229880a3a8403fa27415ba44d8c6cb8d7 /util/dtd_parser | |
parent | ea22796edaa5c51271ea98590d22eea3976cadba (diff) | |
download | coreboot-b8ad2244686a801a96326d8075526d9b701ad982.tar.xz |
cbmem: replace pointer type by uint64_t
Since coreboot is compiled into 32bit code, and userspace
might be 32 or 64bit, putting a pointer into the coreboot
table is not viable. Instead, use a uint64_t, which is always
big enough for a pointer, even if we decide to move to a 64bit
coreboot at some point.
Change-Id: Ic974cdcbc9b95126dd1e07125f3e9dce104545f5
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2135
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'util/dtd_parser')
0 files changed, 0 insertions, 0 deletions