c0c31b6d1a
The code dealing with the old config string isn't needed anymore, because the config string has been deprecated in favor of OpenFirmware-derived devicetrees. Change-Id: I71398fb4861dbaf7eefc6e6f222bb7159798fafa Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/22594 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
21 lines
267 B
Text
21 lines
267 B
Text
config ARCH_RISCV
|
|
bool
|
|
default n
|
|
|
|
config ARCH_BOOTBLOCK_RISCV
|
|
bool
|
|
default n
|
|
select ARCH_RISCV
|
|
select C_ENVIRONMENT_BOOTBLOCK
|
|
|
|
config ARCH_VERSTAGE_RISCV
|
|
bool
|
|
default n
|
|
|
|
config ARCH_ROMSTAGE_RISCV
|
|
bool
|
|
default n
|
|
|
|
config ARCH_RAMSTAGE_RISCV
|
|
bool
|
|
default n
|