]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
galileo: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:15 +0000 (17:39 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Feb 2024 19:18:30 +0000 (14:18 -0500)
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>
board/intel/galileo/Kconfig
board/intel/galileo/MAINTAINERS
include/configs/galileo.h [deleted file]

index 4c0451da48da95e2455841f459006a9e2f428a98..15c8d1254089c7794288cd91966d1cc9f4787b49 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "quark"
 
-config SYS_CONFIG_NAME
-       default "galileo"
-
 config TEXT_BASE
        default 0xfff10000
 
index dbbc82e8a1db53a72bb12692d7b30baa4733dba7..a5dcde7ad09d1f03061bd808ecee5b0f03d3b52a 100644 (file)
@@ -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
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
deleted file mode 100644 (file)
index 9b0f5ce..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
- */