aboutsummaryrefslogtreecommitdiff
path: root/include/configs/som-db5800-som-6867.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-15 21:38:39 -0600
committerBin Meng <bmeng@tinylab.org>2023-07-17 17:08:44 +0800
commit70f2030f02696ee1820d8df690e878de078b01b3 (patch)
tree280244d0c76bc3b2d5326e978a73bbceb94c56ec /include/configs/som-db5800-som-6867.h
parent603363927a0da1be12ff7e7b073202861c979693 (diff)
downloadu-boot-70f2030f02696ee1820d8df690e878de078b01b3.zip
u-boot-70f2030f02696ee1820d8df690e878de078b01b3.tar.gz
u-boot-70f2030f02696ee1820d8df690e878de078b01b3.tar.bz2
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/som-db5800-som-6867.h')
-rw-r--r--include/configs/som-db5800-som-6867.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h
index b2e7aa1..5f7eabd 100644
--- a/include/configs/som-db5800-som-6867.h
+++ b/include/configs/som-db5800-som-6867.h
@@ -16,6 +16,4 @@
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
-#define VIDEO_IO_OFFSET 0
-
#endif /* __CONFIG_H */