aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2018-01-22 17:17:10 -0600
committerTom Rini <trini@konsulko.com>2018-01-30 12:52:57 -0500
commit405fc8305baef921593b822809fb7bf60474b73f (patch)
treec9ac71913be9076fc226ee51603b819e04ee9176 /arch/powerpc/include
parentf1554b28d31250df5418254e79e0bf75ff3b2e54 (diff)
downloadu-boot-405fc8305baef921593b822809fb7bf60474b73f.zip
u-boot-405fc8305baef921593b822809fb7bf60474b73f.tar.gz
u-boot-405fc8305baef921593b822809fb7bf60474b73f.tar.bz2
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 <woods.technical@gmail.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h
index 6aec815..67e4b48 100644
--- a/arch/powerpc/include/asm/config.h
+++ b/arch/powerpc/include/asm/config.h
@@ -31,8 +31,6 @@
#define CONFIG_LMB
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
-#define CONFIG_SYS_BOOT_GET_CMDLINE
-#define CONFIG_SYS_BOOT_GET_KBD
#ifndef CONFIG_MAX_MEM_MAPPED
#if defined(CONFIG_E500) || \