Dear Wolfgang Denk,

i still working on replacing AT91 defs by C structures.

But I have a problem with lowlevel_init.s files
Both AT91 and AT91RM9200 use the register defines here.
The C header files have a

#ifndef __assembly
...
#endif

to prevent assembler error.

My Question:

Should we move the handfull defines used by assembly code
to a separate header file (lowlevel.h), or
to the front of the lowlevel_init.s files, or
define it a #ifndef __assembly ... #endif block

Best regards

Jens Scharsig

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

Reply via email to