]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nitrogen6x: config: allow boot to USB stick
authorDiego Rondini <diego.rondini@kynetics.it>
Thu, 2 Oct 2014 19:16:41 +0000 (12:16 -0700)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:57:22 +0000 (17:57 +0200)
commit5b7103e0af5435d68489b2b579e9e46226782e64
tree953234f970c0048f423c1c0aefdcaf12c99a0087
parent84e2dc0c89dc5c70ae17224141a745edcd36402c
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>
include/configs/nitrogen6x.h