From 5fba1ea5bcb4c804fe40bfe7da9cf8681ab806eb Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Sat, 6 Oct 2018 00:04:33 +0200 Subject: mb/emulation/*-riscv: Remove "UCB" from RISC-V board names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RISC-V is not a project of the University of California, Berkeley, anymore; it stands on its own feet now. Remove the "UCB" component from the RISC-V mainboards in the "emulation" directory, and don't set MAINBOARD_VENDOR to UCB, either. Change-Id: I301d9d0091a714e62375052e5af06a9197876688 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/28951 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Ronald G. Minnich --- src/mainboard/emulation/qemu-riscv/Kconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/mainboard/emulation/qemu-riscv/Kconfig') diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig index 5e4ea2d487..45ef629157 100644 --- a/src/mainboard/emulation/qemu-riscv/Kconfig +++ b/src/mainboard/emulation/qemu-riscv/Kconfig @@ -15,7 +15,7 @@ # To execute, do: # qemu-system-arm -M vexpress-a9 -m 1024M -nographic -kernel build/coreboot.rom -if BOARD_EMULATION_QEMU_UCB_RISCV +if BOARD_EMULATION_QEMU_RISCV config BOARD_SPECIFIC_OPTIONS # dummy def_bool y @@ -36,12 +36,8 @@ config MAX_CPUS int default 1 -config MAINBOARD_VENDOR - string - default "UCB" - config DRAM_SIZE_MB int default 32768 -endif # BOARD_EMULATION_QEMU_UCB_RISCV +endif # BOARD_EMULATION_QEMU_RISCV -- cgit v1.2.3