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)
commit962c78b1dfa6cd69333cad52c9298a3e1f85f606
treeb1519e0c52b6cc6543ca323b504ae399fa159418
parent3bd1642d4d50171291cb18bbae0cb3c8bf7fa5f7
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