diff options
| author | Tom Rini <[email protected]> | 2019-08-02 11:19:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-02 11:19:23 -0400 |
| commit | db289a9d746c5f4ee36002a25303da111f6365e7 (patch) | |
| tree | 9257904259608b0d8d2baeb494077cd8c54bf00f /doc/README.bootmenu | |
| parent | bbaf56eda0e63d6d28fbccae0f112ef88203eb4d (diff) | |
| parent | 5ec35ff3eb4598f93e349ea9a4fd56b700c1a3c3 (diff) | |
Merge branch '2019-08-02-autoboot-cleanup'
- Merge Simon Glass's series to cleanup the autoboot code
Diffstat (limited to 'doc/README.bootmenu')
| -rw-r--r-- | doc/README.bootmenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.bootmenu b/doc/README.bootmenu index 34ff8d5ecc9..ca5099089e7 100644 --- a/doc/README.bootmenu +++ b/doc/README.bootmenu @@ -91,7 +91,7 @@ To run the bootmenu at startup add these additional definitions: #define CONFIG_AUTOBOOT_KEYED #define CONFIG_BOOTDELAY 30 - #define CONFIG_MENU_SHOW + #define CONFIG_AUTOBOOT_MENU_SHOW When you intend to use the bootmenu on color frame buffer console, make sure to additionally define CONFIG_CFB_CONSOLE_ANSI in the |
