[coreboot-gerrit] Patch set updated for coreboot: 39be6a9 Allow RISCV to be compiled with ANY_TOOLCHAIN

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Fri Jan 2 17:37:04 CET 2015


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8025

-gerrit

commit 39be6a9d871d9a72a289d4d9df43729706ee2c5d
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Dec 31 19:40:54 2014 -0800

    Allow RISCV to be compiled with ANY_TOOLCHAIN
    
    Change-Id: I9210241c902ad8a88980a7c9cdb0d52c460b2541
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Kconfig b/src/Kconfig
index 30961a4..4b10e17 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -280,6 +280,7 @@ config ARCH_ARM64
 config ARCH_RISCV
 	bool
 	default n
+	select ANY_TOOLCHAIN
 
 source src/arch/x86/Kconfig
 source src/arch/arm/Kconfig



More information about the coreboot-gerrit mailing list