X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.autoboot;h=5e9a5e1cf7fe09367c19517e36988a66a88df868;hb=db2e6d0ad7860653fcec63ded4211d74b83c2e09;hp=de35f3093df0156f0eb2cb467eae427cc4606fef;hpb=88fa4beb631c5329bf616554f7d2714ece7a5f0b;p=oweals%2Fu-boot.git diff --git a/doc/README.autoboot b/doc/README.autoboot index de35f3093d..5e9a5e1cf7 100644 --- a/doc/README.autoboot +++ b/doc/README.autoboot @@ -152,3 +152,11 @@ What they do (Only effective when CONFIG_BOOT_RETRY_TIME is also set) After the countdown timed out, the board will be reset to restart again. + + CONFIG_AUTOBOOT_USE_MENUKEY + CONFIG_AUTOBOOT_MENUKEY + + If this key is pressed to stop autoboot, then the commands in the + environment variable 'menucmd' will be executed before boot starts. + For example, 33 means "!" in ASCII, so pressing ! at boot would take + this action.