[U-Boot] u-boot.2013.07 build fails: serial_puts() undefined.

Randy Graham surfbytes at gmail.com
Wed Aug 7 17:59:52 CEST 2013


Hi Fabio,

Thanks for your reply, but common.h is already included.

Specifically, I am looking at inserting a few debug() or serial_puts()
calls to arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c, and this is where I see
the build error.

-Randy


On Tue, Aug 6, 2013 at 9:43 PM, Fabio Estevam <festevam at gmail.com> wrote:

> On Tue, Aug 6, 2013 at 8:18 PM, Randy Graham <surfbytes at 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>
>


More information about the U-Boot mailing list