diff options
author | Anup Patel | 2018-12-04 19:25:07 +0530 |
---|---|---|
committer | Palmer Dabbelt | 2018-12-17 10:23:46 -0800 |
commit | 7ba12bb676c2f7848a53224f9a65c6ef256bb3b6 (patch) | |
tree | a0bf6becf41178d4ee1067b1cce14f0cad4d2854 /arch/riscv/Kconfig.debug | |
parent | 2b3f786408c5400705ed722ab2f3065e86272857 (diff) |
RISC-V: Remove EARLY_PRINTK support
The EARLY_PRINTK using SBI console calls is not required
any more because we now have RISC-V SBI support in generic
earlycon framework.
Signed-off-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv/Kconfig.debug')
-rw-r--r-- | arch/riscv/Kconfig.debug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig.debug b/arch/riscv/Kconfig.debug index c5a72f17c469..e69de29bb2d1 100644 --- a/arch/riscv/Kconfig.debug +++ b/arch/riscv/Kconfig.debug @@ -1,2 +0,0 @@ -config EARLY_PRINTK - def_bool y |