aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-22 17:39:15 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 14:18:30 -0500
commit5b70814f2491c904816bcefcee030f55ac377898 (patch)
tree22c59db5d2597cd5bfdbd1cdecac19ff9d6b38d4 /board
parent93e6e6cc7d11fe9d31d85a2d8b3db68aa8c56e6d (diff)
downloadu-boot-5b70814f2491c904816bcefcee030f55ac377898.zip
u-boot-5b70814f2491c904816bcefcee030f55ac377898.tar.gz
u-boot-5b70814f2491c904816bcefcee030f55ac377898.tar.bz2
galileo: 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 galileo platform and remove the otherwise empty file. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/intel/galileo/Kconfig3
-rw-r--r--board/intel/galileo/MAINTAINERS1
2 files changed, 0 insertions, 4 deletions
diff --git a/board/intel/galileo/Kconfig b/board/intel/galileo/Kconfig
index 4c0451d..15c8d12 100644
--- a/board/intel/galileo/Kconfig
+++ b/board/intel/galileo/Kconfig
@@ -9,9 +9,6 @@ config SYS_VENDOR
config SYS_SOC
default "quark"
-config SYS_CONFIG_NAME
- default "galileo"
-
config TEXT_BASE
default 0xfff10000
diff --git a/board/intel/galileo/MAINTAINERS b/board/intel/galileo/MAINTAINERS
index dbbc82e..a5dcde7 100644
--- a/board/intel/galileo/MAINTAINERS
+++ b/board/intel/galileo/MAINTAINERS
@@ -2,5 +2,4 @@ INTEL GALILEO BOARD
M: Bin Meng <bmeng.cn@gmail.com>
S: Maintained
F: board/intel/galileo/
-F: include/configs/galileo.h
F: configs/galileo_defconfig