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

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

index 97228d63087853a9eb56379d95d6925e5e3a1866..af08566014dcfce9417c8d51d4ef421cb92340ba 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "baytrail"
 
-config SYS_CONFIG_NAME
-       default "bayleybay"
-
 config TEXT_BASE
        default 0xfff00000
 
index 85fa51626af7ed1a743e5712ea09c70abdbf982c..5ab5d73f59e59705e335c94919d1a0fbcc998c11 100644 (file)
@@ -2,5 +2,4 @@ Intel Bayley Bay
 M:     Bin Meng <bmeng.cn@gmail.com>
 S:     Maintained
 F:     board/intel/bayleybay
-F:     include/configs/bayleybay.h
 F:     configs/bayleybay_defconfig
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.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>
- */