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

Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/xilinx/mbv/Kconfig
board/xilinx/mbv/MAINTAINERS
include/configs/xilinx_mbv.h [deleted file]

index 4bc9f72c541bf9300783b06d9d31f6ae125072af..d2dec397ed6f49955c0c2177cc6b7c7a4d92b175 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_CPU
        default "generic"
 
-config SYS_CONFIG_NAME
-       default "xilinx_mbv"
-
 config TEXT_BASE
        default 0x80000000 if !RISCV_SMODE
        default 0x80400000 if RISCV_SMODE && ARCH_RV32I
index 445654fe740e38242618110059483c8b13a90888..db9f03388df91b0beecc90de86181c76dddea187 100644 (file)
@@ -4,4 +4,3 @@ S:      Maintained
 F:     arch/riscv/dts/xilinx-mbv*
 F:     board/xilinx/mbv/
 F:     configs/xilinx_mbv*
-F:     include/configs/xilinx_mbv.h
diff --git a/include/configs/xilinx_mbv.h b/include/configs/xilinx_mbv.h
deleted file mode 100644 (file)
index dba398a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * (C) Copyright 2023, Advanced Micro Devices, Inc.
- *
- * Michal Simek <michal.simek@amd.com>
- */