Home
last modified time | relevance | path

Searched hist:"5 b7103e0af5435d68489b2b579e9e46226782e64" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dnitrogen6x.h5b7103e0af5435d68489b2b579e9e46226782e64 Thu Oct 02 19:16:41 UTC 2014 Diego Rondini <diego.rondini@kynetics.it> nitrogen6x: config: allow boot to USB stick

This patch enables boot to USB storage devices by expanding on the list
of boot devices.

Because the USB startup currently takes a long time, it places USB at
the end of the list of supported devices.

You can over-ride the boot order using the bootdevs environment variable.
For instance, this will make USB the first (highest priority) device:

U-Boot > setenv bootdevs usb mmc sata
U-Boot > saveenv

Signed-off-by: Diego Rondini <diego.rondini@kynetics.it>
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>