commit | a0a50cecd5a87a4a79c7afee56ba2a404942f497 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Tue Aug 15 17:49:43 2017 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Fri Aug 25 13:31:47 2017 +0200 |
tree | b1519e0c52b6cc6543ca323b504ae399fa159418 | |
parent | 53456f553fc9ceaea0c78e0e7c4822e5100b54de [diff] |
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>