From 439c7c36f59a0e10b718aff8417f483ecd3871c8 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 8 Jul 2021 11:30:34 +0300 Subject: RISC-V: boards: erizo: make it possible to use nmon Signed-off-by: Antony Pavlov Reviewed-by: Ahmad Fatoum Link: https://lore.barebox.org/20210708083035.40814-3-antonynpavlov@gmail.com Signed-off-by: Sascha Hauer --- arch/riscv/boards/erizo/lowlevel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/riscv') diff --git a/arch/riscv/boards/erizo/lowlevel.c b/arch/riscv/boards/erizo/lowlevel.c index fc262ed61b..ab06634bdb 100644 --- a/arch/riscv/boards/erizo/lowlevel.c +++ b/arch/riscv/boards/erizo/lowlevel.c @@ -3,6 +3,7 @@ #include #include #include +#include ENTRY_FUNCTION(start_erizo_generic, a0, a1, a2) { @@ -10,6 +11,7 @@ ENTRY_FUNCTION(start_erizo_generic, a0, a1, a2) void *fdt; debug_ll_init(); + barebox_nmon_entry(); putc_ll('>'); /* On POR, we are running from read-only memory here. */ -- cgit v1.2.3