[U-Boot] [PATCH 1/2] 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx

Kim Phillips kim.phillips at freescale.com
Sun May 24 21:00:34 CEST 2009


On Fri, 22 May 2009 17:23:24 -0500
Peter Tyser <ptyser at 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 at 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


More information about the U-Boot mailing list