
Hi Pavel,
On Wed, 3 Oct 2012 15:11:45 +0200, Pavel Machek pavel@denx.de wrote:
Hi!
But this one is a mystery. Offending lines are:
#include <netdev.h>
DECLARE_GLOBAL_DATA_PTR;
[line 26:] void show_boot_progress(int progress) { debug("Boot reached stage %d\n", progress); }
Do we need direct include asm/global_data.h for DECLARE_GLOBAL_DATA_PTR? Is something funny going on with debug()? Is show_boot_progress() a macro in your build? Would it be enough to check out current u-boot-arm to reproduce?
show_boot_progress() became a macro (for SPL build only, in the tree I can see). We can add an ifdef, but perhaps we should just delete the function...
Signed-off-by: Pavel Machek pavel@denx.de
Thanks,
Can you post a proper V6 patch with history updated?
Amicalement,