Commit e541be3
committed
tools/linux.py: Speed u-boot boot up
Drop 'preboot' env variable and set bootdelay to 0. When booting via
u-boot there is no need to start USB via the preboot command. Probing
all USB ports takes u-boot quite a while. It is not needed when booting
kernel and initramfs from memory.
Signed-off-by: Janne Grunau <j@jannau.net>1 parent a340aa6 commit e541be3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
0 commit comments