Re: [U-Boot] [PATCH] config_distro_bootcmd: Init IDE devices

2019-06-22 Thread Tom Rini
On Thu, Jun 20, 2019 at 04:31:35PM -0500, Joshua Watt wrote: > IDE devices are no longer automatically probed by u-boot, so it should > be done by the distro boot command before attempting to boot from IDE > (just like scsi and nvme) > > Signed-off-by: Joshua Watt Applied to u-boot/master, than

[U-Boot] [PATCH] config_distro_bootcmd: Init IDE devices

2019-06-20 Thread Joshua Watt
IDE devices are no longer automatically probed by u-boot, so it should be done by the distro boot command before attempting to boot from IDE (just like scsi and nvme) Signed-off-by: Joshua Watt --- include/config_distro_bootcmd.h | 16 +++- 1 file changed, 15 insertions(+), 1 deletio