diff options
author | Martin L Roth <gaumless@gmail.com> | 2024-03-02 17:33:49 +0000 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-02 18:09:05 +0000 |
commit | ec7b48076009cfe82e5ee91050f5fc66c4850193 (patch) | |
tree | 27d383dd9256a25657759a5e63c8ae2330280e54 /src/mainboard/sifive/hifive-unmatched/Kconfig | |
parent | e26bcaefbeb1d64cf2a78ad54e0f6ad4affab086 (diff) |
Revert "mb/sifive: Add Hifive Unmatched mainboard"
This reverts commit e26bcaefbeb1d64cf2a78ad54e0f6ad4affab086.
Reason for revert: Patch submitted out of order.
Change-Id: I71c024b13411c4e0c9b4d6358f9cd31c57bbbfe2
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80943
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/mainboard/sifive/hifive-unmatched/Kconfig')
-rw-r--r-- | src/mainboard/sifive/hifive-unmatched/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/sifive/hifive-unmatched/Kconfig b/src/mainboard/sifive/hifive-unmatched/Kconfig deleted file mode 100644 index a163911c93..0000000000 --- a/src/mainboard/sifive/hifive-unmatched/Kconfig +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -if BOARD_SIFIVE_HIFIVE_UNMATCHED - -config BOARD_SPECIFIC_OPTIONS - def_bool y - select SOC_SIFIVE_FU740 - select BOARD_ROMSIZE_KB_32768 - select MISSING_BOARD_RESET - select FLATTENED_DEVICE_TREE - select SPI_FLASH - select SPI_FLASH_ISSI - select SPI_SDCARD - -config HEAP_SIZE - default 0x10000 #TODO - -config MAINBOARD_DIR - default "sifive/hifive-unmatched" - -config MAINBOARD_PART_NUMBER - default "HiFive Unmatched" - -endif |