]> git.baikalelectronics.ru Git - uboot.git/commit
colibri_imx6: add distroboot support
authorStefan Agner <stefan.agner@toradex.com>
Fri, 8 Feb 2019 17:42:18 +0000 (18:42 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000 (20:30 +0200)
commit63f85f354cb457573961cac604cf486933d746be
tree4c420d351919aa6692d623612f708e9d151d275f
parentd3328435dcfca17d17db4787a65a6d4594204e29
colibri_imx6: add distroboot support

Add support for distro boot. This is especially helpful for external
devices. There is a global boot command which scans a predefined
list of boot targets:
  run distro_bootcmd

As well as direct boot commands such as:
  run bootcmd_mmc1
  run bootcmd_usb
  run bootcmd_dhcp
  ...

Refer to doc/README.distro fo details.

While at it, remove the CONFIG_DRIVE_TYPES define which has not
been used and was meant to be used for multi device boot support
which is now provided by distroboot.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
include/configs/colibri_imx6.h