From cf343962a20706fd6158ba1be469be93dccdfd9b Mon Sep 17 00:00:00 2001 From: Leo C. Date: Tue, 6 Aug 2024 12:36:57 +0200 Subject: Keep some ro data in flash using __memx address space. --- avr/command_tbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/command_tbl.c') diff --git a/avr/command_tbl.c b/avr/command_tbl.c index 053b856..6b165f0 100644 --- a/avr/command_tbl.c +++ b/avr/command_tbl.c @@ -121,7 +121,7 @@ CMD_TBL_ITEM_COMPLETE( var_complete ), CMD_TBL_ITEM( - boot, 1, 1, do_bootd, + boot, 1, 0, do_bootd, "boot default, i.e., run 'bootcmd'", "" ), -- cgit v1.2.3