commit | 67ef2c133f099d3d719058eb73aeec8f1574655c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Thu Jun 09 14:54:30 2016 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sat Jun 18 10:37:22 2016 +0200 |
tree | 63de757f6e703d052e66f511e12a88eeb31b5d26 | |
parent | 72a868f16eeffd880b2ed77ab4bc9e072446f5a7 [diff] |
warp7: Fix DFU support Currently DFU is not working. Adjust CONFIG_SYS_MALLOC_LEN and dfu_alt_info so that we are able to flash u-boot.imx into the eMMC via dfu using the following method: => dfu 0 mmc 0 In the host PC: dfu-util -D u-boot.imx -a boot This is the same approach done in the mx6sl warp board. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>