]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
minnowmax: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:16 +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 minnowmax platform and remove
the otherwise empty file.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/intel/minnowmax/Kconfig
board/intel/minnowmax/MAINTAINERS
include/configs/minnowmax.h [deleted file]

index a03ef86780144c71487ec4f9ec43bc564dcdeb6a..abb1d45ff614c6f7ec8942325cf203a115828e4e 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "baytrail"
 
-config SYS_CONFIG_NAME
-       default "minnowmax"
-
 config TEXT_BASE
        default 0xfff00000
 
index d655761d5783d712a2e5313a2f0019e5dbc5f0f1..5cb94b0f36c65ef3a8631ba8ba7f8b0602f404e3 100644 (file)
@@ -2,5 +2,4 @@ CircuitCo Minnowboard Max
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
 F:     board/intel/minnowmax
-F:     include/configs/minnowmax.h
 F:     configs/minnowmax_defconfig
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
deleted file mode 100644 (file)
index 068a2af..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015 Google, Inc
- */