aboutsummaryrefslogtreecommitdiff
path: root/include/configs/x86-chromebook.h
diff options
context:
space:
mode:
authorSimon Glass2023-07-15 21:38:39 -0600
committerBin Meng2023-07-17 17:08:44 +0800
commit70f2030f02696ee1820d8df690e878de078b01b3 (patch)
tree280244d0c76bc3b2d5326e978a73bbceb94c56ec /include/configs/x86-chromebook.h
parent603363927a0da1be12ff7e7b073202861c979693 (diff)
bios_emulator: Drop VIDEO_IO_OFFSET
This is always zero in the source tree, so drop it. While we are here, add a comment to _X86EMU_env since the symbol is actually defined twice, which can cause confusion when building. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/x86-chromebook.h')
-rw-r--r--include/configs/x86-chromebook.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
index 98abb00927a..6bf90c7de43 100644
--- a/include/configs/x86-chromebook.h
+++ b/include/configs/x86-chromebook.h
@@ -10,8 +10,6 @@
#define CFG_X86_REFCODE_ADDR 0xffea0000
#define CFG_X86_REFCODE_RUN_ADDR 0
-#define VIDEO_IO_OFFSET 0
-
#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
"stdout=vidconsole,serial\0" \
"stderr=vidconsole,serial\0"