mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
starqltechn: enable bootmenu
Needed for multiboot with vendor's Android. Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
This commit is contained in:
parent
a2612d7c55
commit
8144210e75
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ CONFIG_HUSH_PARSER=y
|
|||
CONFIG_SYS_MAXARGS=64
|
||||
CONFIG_SYS_CBSIZE=512
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_CMD_BOOTMENU=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_BMP=y
|
||||
# CONFIG_NET is not set
|
||||
|
|
Loading…
Reference in a new issue