]> git.sur5r.net Git - u-boot/commit
warp7: Fix DFU support
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 9 Jun 2016 17:54:30 +0000 (14:54 -0300)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Jun 2016 08:37:22 +0000 (10:37 +0200)
commit67ef2c133f099d3d719058eb73aeec8f1574655c
tree63de757f6e703d052e66f511e12a88eeb31b5d26
parent72a868f16eeffd880b2ed77ab4bc9e072446f5a7
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>
include/configs/warp7.h