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

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/intel/edison/Kconfig
board/intel/edison/MAINTAINERS
include/configs/edison.h [deleted file]

index 5efda4b3a554666d5d1c2198f3c9b6f42c3a810a..daa8d2035cd5a47f3d812ba5e6ece01350166a03 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "tangier"
 
-config SYS_CONFIG_NAME
-       default "edison"
-
 config SYS_MALLOC_LEN
        default 0x08000000
 
index 4bc4a00c8ad850909125c2a5188bd47b91e7ce9d..26b27c5dfe1538038e3f941bcdd0794e65c02ff5 100644 (file)
@@ -2,5 +2,4 @@ Intel Edison Board
 M:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 S:     Maintained
 F:     board/intel/edison
-F:     include/configs/edison.h
 F:     configs/edison_defconfig
diff --git a/include/configs/edison.h b/include/configs/edison.h
deleted file mode 100644 (file)
index 127c2c4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2017 Intel Corp.
- */