aboutsummaryrefslogtreecommitdiff
path: root/include/configs/bk4r1.h
diff options
context:
space:
mode:
authorTom Rini2020-06-16 19:06:09 -0400
committerTom Rini2020-06-26 10:29:05 -0400
commitb120665fe9616707d16c0df19ace659fbe1fd0dd (patch)
treebc8dbd0eae28140f97854d946c187c32c443c8c1 /include/configs/bk4r1.h
parentf61e2e414c8484fa65fc0d9a11bbc15c87824694 (diff)
bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig
This converts the following to Kconfig: CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_KEYED CONFIG_AUTOBOOT_STOP_STR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bk4r1.h')
-rw-r--r--include/configs/bk4r1.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/bk4r1.h b/include/configs/bk4r1.h
index f88172a05c5..300b9c7b7af 100644
--- a/include/configs/bk4r1.h
+++ b/include/configs/bk4r1.h
@@ -57,12 +57,6 @@
"saveenv; " \
"fi; "
-/* Autoboot options */
-#define CONFIG_AUTOBOOT_KEYED
-#define CONFIG_AUTOBOOT_PROMPT \
- "Enter passphrase to stop autoboot, booting in %d seconds\n"
-#define CONFIG_AUTOBOOT_STOP_STR "123"
-
#include <asm/arch/imx-regs.h>
#include <linux/sizes.h>