
Hi Heiko,
again sorry for the late reply!
On 06/15/2015 02:25 PM, Heiko Schocher wrote:
add support for DFU on the corvus board.
Signed-off-by: Heiko Schocher hs@denx.de
board/siemens/corvus/board.c | 21 +++++++++++++++++++++ include/configs/corvus.h | 29 +++++++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-)
This one applies cleanly but has linker errors:
---8<--- abiessmann@punisher % git describe v2015.10-rc2-1-g6a486d9 abiessmann@punisher % PATH=$ARMv5_PATH:$PATH CROSS_COMPILE=arm-v5te-linux-gnueabi- make O=/tmp/corvus ARCH=arm -s corvus_defconfig all common/built-in.o: In function `do_dfu': /home/abiessmann/src/u-boot/common/cmd_dfu.c:30: undefined reference to `dfu_init_env_entities' /home/abiessmann/src/u-boot/common/cmd_dfu.c:36: undefined reference to `dfu_show_entities' /home/abiessmann/src/u-boot/common/cmd_dfu.c:42: undefined reference to `g_dnl_clear_detach' /home/abiessmann/src/u-boot/common/cmd_dfu.c:43: undefined reference to `g_dnl_register' /home/abiessmann/src/u-boot/common/cmd_dfu.c:45: undefined reference to `g_dnl_detach' /home/abiessmann/src/u-boot/common/cmd_dfu.c:51: undefined reference to `dfu_usb_get_reset' /home/abiessmann/src/u-boot/common/cmd_dfu.c:72: undefined reference to `g_dnl_unregister' /home/abiessmann/src/u-boot/common/cmd_dfu.c:75: undefined reference to `dfu_free_entities' /home/abiessmann/src/u-boot/common/cmd_dfu.c:80: undefined reference to `g_dnl_clear_detach' ... --->8---
Please fix and re-send.
Andreas