Le 14/08/2010 10:25, Mike Frysinger a écrit :

>>   int print_buffer (ulong addr, void* data, uint width, uint count, uint 
>> linelen)
>>   {
>> -       uint8_t linebuf[MAX_LINE_LENGTH_BYTES + 1];
>> +       uint8_t linebuf[MAX_LINE_LENGTH_BYTES + 1]
>> +               __attribute__((__aligned__(sizeof(uint32_t))));
>
> __aligned(sizeof(uint32_t))
> -mike

I based the __aligned__ on what's in post/cpu/ppc4xx/cache.c. What is 
the difference between __aligned and __aligned__?

Amicalement,
-- 
Albert.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to