From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
Date: Thu, 24 Sep 2009 10:17:55 +0200 [thread overview]
Message-ID: <200909241017.55978.sr@denx.de> (raw)
The latest PPC4xx register cleanup patch missed the UIC defines.
This patch now changes lower case UIC defines to upper case.
Signed-off-by: Stefan Roese <sr@denx.de>
---
board/amcc/acadia/acadia.c | 12 ++--
board/amcc/bamboo/bamboo.c | 28 +++++-----
board/amcc/bubinga/bubinga.c | 12 ++--
board/amcc/canyonlands/canyonlands.c | 62 +++++++++++-----------
board/amcc/ebony/ebony.c | 30 +++++-----
board/amcc/katmai/katmai.c | 72 ++++++++++++------------
board/amcc/kilauea/kilauea.c | 48 ++++++++--------
board/amcc/luan/luan.c | 32 ++++++------
board/amcc/makalu/makalu.c | 48 ++++++++--------
board/amcc/ocotea/ocotea.c | 60 ++++++++++----------
board/amcc/redwood/redwood.c | 60 ++++++++++----------
board/amcc/sequoia/sequoia.c | 42 +++++++-------
board/amcc/taihu/taihu.c | 14 +++---
board/amcc/taishan/taishan.c | 60 ++++++++++----------
board/amcc/walnut/walnut.c | 14 +++---
board/amcc/yosemite/yosemite.c | 28 +++++-----
board/amcc/yucca/yucca.c | 64 +++++++++++-----------
board/cray/L1/L1.c | 14 +++---
board/csb272/csb272.c | 14 +++---
board/csb472/csb472.c | 14 +++---
board/dave/PPChameleonEVB/PPChameleonEVB.c | 14 +++---
board/eric/eric.c | 14 +++---
board/esd/apc405/apc405.c | 14 +++---
board/esd/ar405/ar405.c | 14 +++---
board/esd/ash405/ash405.c | 14 +++---
board/esd/canbt/canbt.c | 14 +++---
board/esd/cms700/cms700.c | 14 +++---
board/esd/cpci2dp/cpci2dp.c | 16 +++---
board/esd/cpci405/cpci405.c | 18 +++---
board/esd/cpciiser4/cpciiser4.c | 16 +++---
board/esd/dp405/dp405.c | 14 +++---
board/esd/du405/du405.c | 14 +++---
board/esd/du440/du440.c | 42 +++++++-------
board/esd/hh405/hh405.c | 14 +++---
board/esd/hub405/hub405.c | 14 +++---
board/esd/ocrtc/ocrtc.c | 14 +++---
board/esd/pci405/pci405.c | 16 +++---
board/esd/plu405/plu405.c | 14 +++---
board/esd/pmc405/pmc405.c | 14 +++---
board/esd/pmc405de/pmc405de.c | 14 +++---
board/esd/pmc440/pmc440.c | 46 ++++++++--------
board/esd/voh405/voh405.c | 14 +++---
board/esd/vom405/vom405.c | 14 +++---
board/esd/wuh405/wuh405.c | 14 +++---
board/exbitgen/exbitgen.c | 14 +++---
board/g2000/g2000.c | 26 +++++-----
board/gdsys/dlvision/dlvision.c | 14 +++---
board/gdsys/gdppc440etx/gdppc440etx.c | 28 +++++-----
board/gdsys/intip/intip.c | 56 ++++++++++----------
board/gdsys/neo/neo.c | 14 +++---
board/jse/jse.c | 12 ++--
board/korat/korat.c | 46 ++++++++--------
board/lwmon5/lwmon5.c | 42 +++++++-------
board/mpl/mip405/mip405.c | 14 +++---
board/mpl/pip405/pip405.c | 14 +++---
board/netstal/hcu4/hcu4.c | 12 ++--
board/netstal/hcu5/hcu5.c | 46 ++++++++--------
board/netstal/mcu25/mcu25.c | 12 ++--
board/pcs440ep/pcs440ep.c | 30 +++++-----
board/prodrive/alpr/alpr.c | 60 ++++++++++----------
board/prodrive/p3p440/p3p440.c | 30 +++++-----
board/quad100hd/quad100hd.c | 14 +++---
board/sandburst/karef/karef.c | 60 ++++++++++----------
board/sandburst/metrobox/metrobox.c | 60 ++++++++++----------
board/sbc405/sbc405.c | 14 +++---
board/sc3/sc3.c | 18 +++---
board/w7o/w7o.c | 28 +++++-----
board/xes/xpedite1000/xpedite1000.c | 54 +++++++++---------
board/zeus/zeus.c | 14 +++---
common/cmd_reginfo.c | 36 ++++++------
cpu/ppc4xx/uic.c | 28 +++++-----
include/asm-ppc/ppc4xx-uic.h | 80 ++++++++++++----------------
72 files changed, 999 insertions(+), 1011 deletions(-)
This patch is too big for the mailing list (140k). Please find it
for review in the "4xx-register-cleanup" branch of the u-boot-ppc4xx
repository:
http://git.denx.de/?p=u-boot/u-boot-
ppc4xx.git;a=commit;h=5d4af9a7a4d652ec3c5b71dbf169214fcbfb16fa
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
next reply other threads:[~2009-09-24 8:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-24 8:17 Stefan Roese [this message]
2009-09-24 9:41 ` [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case Niklaus Giger
2009-09-24 9:51 ` Stefan Roese
2009-09-28 8:54 ` Stefan Roese
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200909241017.55978.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox