]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/o2dnt-common.h
autoboot.c: Move config options to Kconfig
[karo-tx-uboot.git] / include / configs / o2dnt-common.h
index 18388d150b65ee51a94c47d996abcc0ed110fa8a..3248429631629b529c75b2cf3eaee05d3900997d 100644 (file)
 #error "CONFIG_SYS_TEXT_BASE value is invalid"
 #endif
 
-/*
- * Autobooting
- * Be selective on what keys can delay or stop the autoboot process
- * To stop use: "++++++++++"
- */
-#define CONFIG_AUTOBOOT_KEYED
-#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds, " \
-                               "press password to stop\n", bootdelay
-#define CONFIG_AUTOBOOT_STOP_STR       "++++++++++"
-#undef CONFIG_AUTOBOOT_DELAY_STR
-#define DEBUG_BOOTKEYS         0
-
 #define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds */
 
 #define CONFIG_PREBOOT "run master"