Dear Michal Simek, > On 09/13/2012 11:31 AM, Marek Vasut wrote: > > Dear Michal Simek, > > > > [...] > > > >> +#include <config.h> > >> +#include <linux/linkage.h> > >> + > >> +ENTRY(lowlevel_init) > >> + mov pc, lr > >> +ENDPROC(lowlevel_init) > > > > inline void lowlevel_init(void) {} works as well and you don't need the > > assembly file. > : > :-) yes. The reason why I have done it in this way that we have some asm > :code > > which will go to this area. That's why I have kept it in asm instead of C.
What code? Will the code go into lowlevel_init() ? Best regards, Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot