mksklipad50: uboot2025: add boot delay (for uart to come up)
This commit is contained in:
parent
3b99e385f2
commit
0400ff9def
@ -13,3 +13,7 @@ PACKAGE_LIST_BOARD="build-essential usb-modeswitch"
|
||||
|
||||
BOOTBRANCH='tag:v2025.01'
|
||||
BOOTPATCHDIR='v2025.01'
|
||||
|
||||
function post_family_config__uboot_config() {
|
||||
BOOTDELAY=1 # Wait for UART
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user