diff options
author | Simon Glass <sjg@chromium.org> | 2023-07-15 21:38:39 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-07-17 17:08:44 +0800 |
commit | 70f2030f02696ee1820d8df690e878de078b01b3 (patch) | |
tree | 280244d0c76bc3b2d5326e978a73bbceb94c56ec /include/configs/minnowmax.h | |
parent | 603363927a0da1be12ff7e7b073202861c979693 (diff) | |
download | u-boot-70f2030f02696ee1820d8df690e878de078b01b3.tar.gz u-boot-70f2030f02696ee1820d8df690e878de078b01b3.tar.bz2 u-boot-70f2030f02696ee1820d8df690e878de078b01b3.zip |
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/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 4a12c2f72c..842672d557 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -17,6 +17,4 @@ "stderr=vidconsole,serial\0" \ "usb_pgood_delay=40\0" -#define VIDEO_IO_OFFSET 0 - #endif /* __CONFIG_H */ |