On Tue, Aug 6, 2013 at 8:18 PM, Randy Graham <surfby...@gmail.com> wrote:
> Hello,
>
> I am building u-boot.2013.07 for the mx28evk board.
>
> After I insert a few 'serial_puts()' calls for debugging, the build fails
> and complains that serial_puts() is undefined.

Just add this include:

#include <common.h>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to