summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/spike-riscv
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/spike-riscv')
-rw-r--r--src/mainboard/emulation/spike-riscv/Kconfig8
-rw-r--r--src/mainboard/emulation/spike-riscv/Kconfig.name4
2 files changed, 4 insertions, 8 deletions
diff --git a/src/mainboard/emulation/spike-riscv/Kconfig b/src/mainboard/emulation/spike-riscv/Kconfig
index 67161f331a..43d14cb774 100644
--- a/src/mainboard/emulation/spike-riscv/Kconfig
+++ b/src/mainboard/emulation/spike-riscv/Kconfig
@@ -12,7 +12,7 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
-if BOARD_EMULATION_SPIKE_UCB_RISCV
+if BOARD_EMULATION_SPIKE_RISCV
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
@@ -33,8 +33,4 @@ config MAX_CPUS
int
default 1
-config MAINBOARD_VENDOR
- string
- default "UCB"
-
-endif # BOARD_EMULATION_SPIKE_UCB_RISCV
+endif # BOARD_EMULATION_SPIKE_RISCV
diff --git a/src/mainboard/emulation/spike-riscv/Kconfig.name b/src/mainboard/emulation/spike-riscv/Kconfig.name
index 2869425dd0..3a82ab1a66 100644
--- a/src/mainboard/emulation/spike-riscv/Kconfig.name
+++ b/src/mainboard/emulation/spike-riscv/Kconfig.name
@@ -1,5 +1,5 @@
-config BOARD_EMULATION_SPIKE_UCB_RISCV
- bool "SPIKE ucb riscv"
+config BOARD_EMULATION_SPIKE_RISCV
+ bool "SPIKE riscv"
help
To run coreboot in spike:
* run "make" as usual