[coreboot-gerrit] New patch to review for coreboot: soc/ucb/riscv: select BOOTBLOCK_CONSOLE

Jonathan Neuschäfer (j.neuschaefer@gmx.net) gerrit at coreboot.org
Fri Aug 12 00:57:45 CEST 2016


Jonathan Neuschäfer (j.neuschaefer at gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16158

-gerrit

commit 2506b81e5fae9bd14ff4153ad4cf8cd5e316f7f6
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Thu Aug 11 22:49:14 2016 +0200

    soc/ucb/riscv: select BOOTBLOCK_CONSOLE
    
    Change-Id: I847d7686dec04e9fae7db13d53adc8ca32c56f3a
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 src/soc/ucb/riscv/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/ucb/riscv/Kconfig b/src/soc/ucb/riscv/Kconfig
index 744edff..ff50f6f 100644
--- a/src/soc/ucb/riscv/Kconfig
+++ b/src/soc/ucb/riscv/Kconfig
@@ -4,6 +4,7 @@ config SOC_UCB_RISCV
 	select ARCH_VERSTAGE_RISCV
 	select ARCH_ROMSTAGE_RISCV
 	select ARCH_RAMSTAGE_RISCV
+	select BOOTBLOCK_CONSOLE
 	bool
 	default n
 



More information about the coreboot-gerrit mailing list