mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Mode modem init support to F3+F4 key combination
This commit is contained in:
parent
667122af2d
commit
ad12965db5
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
|||
#define CONFIG_MODEM_SUPPORT 1 /* enable modem initialization stuff */
|
||||
#undef CONFIG_MODEM_SUPPORT_DEBUG
|
||||
|
||||
#define CONFIG_MODEM_KEY_MAGIC "3C+3F" /* press F3 + F6 keys to enable modem */
|
||||
#define CONFIG_MODEM_KEY_MAGIC "3C+3D" /* press F3 + F4 keys to enable modem */
|
||||
#define CONFIG_POST_KEY_MAGIC "3C+3E" /* press F3 + F5 keys to force POST */
|
||||
#if 0
|
||||
#define CONFIG_AUTOBOOT_KEYED /* Enable "password" protection */
|
||||
|
|
Loading…
Reference in a new issue