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

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

index 015ed51dc89c6e753595f0a13ecd33374a5163eb..11e6cb37bd8520682c9354b644da4f89f4843d7c 100644 (file)
@@ -13,9 +13,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "slimbootloader"
 
-config SYS_CONFIG_NAME
-       default "slimbootloader"
-
 config TEXT_BASE
        default 0x00100000
 
index e6935517e01aa24d20b5817a50cc7cbd97ce9a44..0208a382ac6b18a9fab9749fe51ad63fdc878428 100644 (file)
@@ -2,5 +2,4 @@ Intel Slim Bootloader Payload
 M:     Aiden Park <aiden.park@intel.com>
 S:     Maintained
 F:     board/intel/slimbootloader
-F:     include/configs/slimbootloader.h
 F:     configs/slimbootloader_defconfig
diff --git a/include/configs/slimbootloader.h b/include/configs/slimbootloader.h
deleted file mode 100644 (file)
index 85f6a96..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2019 Intel Corporation <www.intel.com>
- */