summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-09 12:43:31 -0400
committerTom Rini <trini@konsulko.com>2020-06-09 17:30:47 -0400
commit100ff0073cd8d7727fed399a686bc46682ac53f6 (patch)
treea6161eefd8b92f60b7b786a8cf754b45241109eb /include
parent88bede7f581faec0be4a20d064dde99cb2b8ec99 (diff)
downloadu-boot-100ff0073cd8d7727fed399a686bc46682ac53f6.tar.gz
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')
-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 f88172a05c..300b9c7b7a 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>