]> git.baikalelectronics.ru Git - uboot.git/commit
imx: use BOOT_DEVICE_BOARD instead of UART
authorStefan Agner <stefan.agner@toradex.com>
Wed, 16 Aug 2017 00:49:43 +0000 (17:49 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 25 Aug 2017 11:31:47 +0000 (13:31 +0200)
commit34f5c44860ebeaf3e4885726507d7c9964fc4cc3
treeb1519e0c52b6cc6543ca323b504ae399fa159418
parent3643450d9ad043354b5280047fb8ddf9efd09163
imx: use BOOT_DEVICE_BOARD instead of UART

i.MX 6 serial downloader is not necessarily booting via UART but can
also boot from USB. In fact only some i.MX chips have serial
downloader support via UART (e.g. 6UL/ULL and Vybrid) but all of
them have serial downloader support via USB. Use the more appropriate
BOOT_DEVICE_BOARD define which is used for ROM provided recovery
mechanisms in general.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
arch/arm/mach-imx/spl.c