commit | e62aaf13d6d76a3fda339c0d12639688d16536f1 | [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 | e6435801691bc21274ca79e0a34238e7b865d0f6 [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>