Signed-off-by: Gerd Hoffmann <[email protected]>
---
src/optionroms.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/optionroms.c b/src/optionroms.c
index 21b72a8ba0..432e8cb02a 100644
--- a/src/optionroms.c
+++ b/src/optionroms.c
@@ -438,6 +438,9 @@ vgarom_setup(void)
ret = romfile_loadint("etc/sercon-enable", 0);
if (ret)
iobase = PORT_SERIAL1;
+ ret = romfile_loadint("etc/sercon-iobase", 0);
+ if (ret)
+ iobase = ret;
if (rom_get_last() == BUILD_ROM_START) {
// No VGA rom found
--
2.9.3
_______________________________________________
SeaBIOS mailing list
[email protected]
https://mail.coreboot.org/mailman/listinfo/seabios