commit | fe2cbf6d606e138055b00b0aac6162503a5fb38d | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Apr 14 10:46:34 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Apr 14 10:46:34 2014 -0400 |
tree | b6f6bc1389b6226e29d38149f344d50738b88244 | |
parent | 413d1c3b8bed19d020f93c7df2a2e3a62051fb7f [diff] |
vgabios: Define PlatformRunningOn to make compile happy. With CONFIG_COREBOOT=y, CONFIG_QEMU_HARDWARE=y, CONFIG_VGA_COREBOOT=y, CONFIG_DEBUG_IO=y the compile would break because this variable was missing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>