colibri_imx6: add distroboot support
authorStefan Agner <[email protected]>
Fri, 8 Feb 2019 17:42:18 +0000 (18:42 +0100)
committerStefano Babic <[email protected]>
Sat, 13 Apr 2019 18:30:09 +0000 (20:30 +0200)
commite85a536ca41f77b9d06e8a2eb703e63fb01b3f4c
tree4c420d351919aa6692d623612f708e9d151d275f
parent2910c0a135ecc0dcaae02503cda949376e767f8e
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 <[email protected]>
Acked-by: Max Krummenacher <[email protected]>
Acked-by: Marcel Ziswiler <[email protected]>
include/configs/colibri_imx6.h