diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-22 17:39:17 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-27 14:18:30 -0500 |
commit | f7913054e91f70daf00013bc6dc9ca0dbe263319 (patch) | |
tree | dc7e71ad7be5ed0c1c01d35dc0f65ae1df0b6095 | |
parent | ecdd57763bacfeaadeb402157a3ab9404ecc5f1b (diff) | |
download | u-boot-f7913054e91f70daf00013bc6dc9ca0dbe263319.zip u-boot-f7913054e91f70daf00013bc6dc9ca0dbe263319.tar.gz u-boot-f7913054e91f70daf00013bc6dc9ca0dbe263319.tar.bz2 |
qemu-x86*: Remove empty config header
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a
lack of board.h file, unset this on the qemu-x86* platforms and remove
the otherwise empty file.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | board/emulation/qemu-x86/Kconfig | 3 | ||||
-rw-r--r-- | board/emulation/qemu-x86/MAINTAINERS | 2 | ||||
-rw-r--r-- | include/configs/qemu-x86.h | 4 |
3 files changed, 0 insertions, 9 deletions
diff --git a/board/emulation/qemu-x86/Kconfig b/board/emulation/qemu-x86/Kconfig index 01dc1d4..9a06118 100644 --- a/board/emulation/qemu-x86/Kconfig +++ b/board/emulation/qemu-x86/Kconfig @@ -9,9 +9,6 @@ config SYS_VENDOR config SYS_SOC default "qemu" -config SYS_CONFIG_NAME - default "qemu-x86" - config TEXT_BASE default 0xfff00000 if !SUPPORT_SPL default 0x01110000 if SUPPORT_SPL diff --git a/board/emulation/qemu-x86/MAINTAINERS b/board/emulation/qemu-x86/MAINTAINERS index e62585a..efb8b46 100644 --- a/board/emulation/qemu-x86/MAINTAINERS +++ b/board/emulation/qemu-x86/MAINTAINERS @@ -3,7 +3,6 @@ M: Bin Meng <bmeng.cn@gmail.com> S: Maintained F: board/emulation/qemu-x86/ F: board/emulation/common/ -F: include/configs/qemu-x86.h F: configs/qemu-x86_defconfig QEMU X86 64-bit BOARD @@ -11,5 +10,4 @@ M: Bin Meng <bmeng.cn@gmail.com> S: Maintained F: board/emulation/qemu-x86/ F: board/emulation/common/ -F: include/configs/qemu-x86.h F: configs/qemu-x86_64_defconfig diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h deleted file mode 100644 index 9b0f5ce..0000000 --- a/include/configs/qemu-x86.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> - */ |