bios: Fix lowmem check
commitef74f1b6ead6ee8ab30bf2585a1e5ab3ea329a2c
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 26 Feb 2014 22:12:00 +0000 (26 14:12 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 26 Feb 2014 22:12:00 +0000 (26 14:12 -0800)
treee5a525bf346a115c0e0eeff7eee907fed20878ef
parent3d70641c998fa051df83b55e51f55ba4ae16ddd6
bios: Fix lowmem check

The lowmem check was backwards and would report error when there
wasn't any.  This was missed because the Ctrl key check was *also*
backwards and so the check would only be done when Ctrl was held down.

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