mksklipad50: uboot2025: add boot delay (for uart to come up)

This commit is contained in:
Thorsten Maerz 2025-03-06 19:34:41 +01:00 committed by Igor
parent 3b99e385f2
commit 0400ff9def

View File

@ -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
}