[coreboot-gerrit] New patch to review for coreboot: b0b0c7e Allow RISCV to be compiled with ANY_TOOLCHAIN

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Thu Jan 1 04:41:20 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 b0b0c7e872ee55e2f3797e36f179b3031cf237d3
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