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/mx53ppd.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/mx53ppd.h') diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index f8118818b0..80487e099b 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -87,12 +87,6 @@ "video-mode=" \ "lcd:800x480-24@60,monitor=lcd\0" \ -#define MMCBOOTCOMMAND \ - "run doquiet; " \ - "run tryboot; " \ - -#define CONFIG_BOOTCOMMAND MMCBOOTCOMMAND - #define CONFIG_ARP_TIMEOUT 200UL /* Miscellaneous configurable options */ -- cgit v1.2.3