mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 14:13:21 +08:00
252b4a4094
It is advisable to set bootdelay to 0 when using bootcmd to disable dcache on u-boot. Using bootdelay -1 will definitely work as it disables bootcmd altogether (and leaves the dcache enabled). This step is added to remove confusion.