summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-01-22 17:39:17 -0500
committerTom Rini <[email protected]>2024-02-27 14:18:30 -0500
commitf7913054e91f70daf00013bc6dc9ca0dbe263319 (patch)
treedc7e71ad7be5ed0c1c01d35dc0f65ae1df0b6095 /include
parentecdd57763bacfeaadeb402157a3ab9404ecc5f1b (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/qemu-x86.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h
deleted file mode 100644
index 9b0f5cedcd7..00000000000
--- a/include/configs/qemu-x86.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015, Bin Meng <[email protected]>
- */