From 970bf8603b877e2b66170290f751f9c23c120838 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 10 Nov 2021 09:11:40 -0500 Subject: Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig This converts the following to Kconfig: CONFIG_USE_BOOTCOMMAND CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND CONFIG_NFSBOOTCOMMAND Signed-off-by: Tom Rini --- include/configs/ethernut5.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/ethernut5.h') diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index c0bdfd3..f9a739e 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -118,9 +118,6 @@ /* File systems */ /* Boot command */ -#define CONFIG_BOOTCOMMAND "sf probe 0:0; " \ - "sf read 0x22000000 0xc6000 0x294000; " \ - "bootm 0x22000000" /* Misc. u-boot settings */ -- cgit v1.1