
24 May
2009
24 May
'09
9 p.m.
On Fri, 22 May 2009 17:23:24 -0500 Peter Tyser ptyser@xes-inc.com wrote:
Use the standard lowercase "xx" capitalization that other Freescale architectures use for CPU defines to prevent confusion and errors
Signed-off-by: Peter Tyser ptyser@xes-inc.com
CodingStyle Ch.12 suggests that it's the other fsl arches that are in violation here, not 83XX:
--- Names of macros defining constants and labels in enums are capitalized.
#define CONSTANT 0x12345 ---
Kim