commit | 559964e7d4fe3405a5a074837c1904cc276c84f9 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Sep 10 16:03:38 2015 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Sep 20 09:47:59 2015 +0200 |
tree | 25496ddc835f43442cd7038af70e91c42fa7d714 | |
parent | 4fae48e8a955728471e02db38195294940396f04 [diff] |
mx6sabre_common: Add Fastboot support Tested basic fastboot commands, such as: On the mx6qsabresd U-boot prompt: => fastboot 0 On the host PC: $ fastboot getvar bootloader-version -i 0x0525 bootloader-version: U-Boot 2015.10-rc2-23960-g2462cce-dirty finished. total time: 0.000s $ fastboot reboot -i 0x0525 --> board reboots fine. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>