[U-Boot] Export redesign
Simon Glass
sjg at chromium.org
Wed Nov 26 18:19:32 CET 2014
+avr32 maintainer
Hi,
On 26 November 2014 at 01:07, Martin Dorwig <dorwig at tetronik.com> wrote:
> Hello,
> while trying to eliminate the XF_xxx enums, i came to a point in
> examples/standalone/stubs.c
> In the definition of EXPORT_FUNC for CONFIG_AVR32
> the XF_ ##x is not multiplied with sizeof(void*) .
> Is this a bug or a avr feature ?
>
I know nothing about this arch, but I found this link which suggests
that the shift is implicit for the ld.w instruction:
http://www.avrfreaks.net/forum/ldw-instruction-syntax
So probably it is correct as is.
Regards,
Simon
More information about the U-Boot
mailing list