bios: Don't truncate memory size needed to 16 bits
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 26 Feb 2014 22:18:36 +0000 (14:18 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 26 Feb 2014 22:18:36 +0000 (14:18 -0800)
commit60797dd4984cde06c0545bf804af4482b09cd977
treefa3362b1b7b5d62077ffb6a6b53e2968560e1724
parentef74f1b6ead6ee8ab30bf2585a1e5ab3ea329a2c
bios: Don't truncate memory size needed to 16 bits

We can't truncate the memory size needed to 16 bits *before* we
convert it to kilobytes...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/init.c