From 7a6e47c24fe88f44138a8e6e3360fc796445c933 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 3 Dec 2024 21:40:15 +0000 Subject: 8-sec auto-boot timeout for U-Boot's bootflow menu Otherwise, you have to press enter to boot, which is unacceptable for headless operation. Pressing anything other than enter an an option, such as the arrow keys, will disable the timeout. Signed-off-by: Leah Rowe --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9921172d..60ad4f10 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /lock /hash/ /dump/ +/qrun.sh -- cgit v1.2.1