From 405fc8305baef921593b822809fb7bf60474b73f Mon Sep 17 00:00:00 2001 From: "Derald D. Woods" Date: Mon, 22 Jan 2018 17:17:10 -0600 Subject: Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig This converts the following to Kconfig: CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Signed-off-by: Derald D. Woods --- arch/m68k/include/asm/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/m68k') diff --git a/arch/m68k/include/asm/config.h b/arch/m68k/include/asm/config.h index 9c4d3fb8fd..fd0b5513ee 100644 --- a/arch/m68k/include/asm/config.h +++ b/arch/m68k/include/asm/config.h @@ -11,7 +11,5 @@ #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH -#define CONFIG_SYS_BOOT_GET_CMDLINE -#define CONFIG_SYS_BOOT_GET_KBD #endif -- cgit v1.2.3