From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR()
Date: Fri, 10 Aug 2012 22:26:09 +0200 [thread overview]
Message-ID: <20120810222609.45a0da49@wker> (raw)
In-Reply-To: <1344423139-18610-3-git-send-email-marex@denx.de>
Hi,
On Wed, 8 Aug 2012 12:52:19 +0200
Marek Vasut <marex@denx.de> wrote:
> Kill multiple occurances and redeclaration of MK_STR
> in favor of __stringify().
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>
> ---
> arch/blackfin/include/asm/config-pre.h | 2 -
> arch/blackfin/lib/board.c | 2 +-
> board/w7o/w7o.c | 9 +---
> common/cmd_nvedit.c | 5 +-
> common/env_common.c | 34 ++++++------
> common/env_embedded.c | 39 ++++++--------
> include/configs/M52277EVB.h | 18 +++----
> include/configs/M5253DEMO.h | 2 +-
> include/configs/M5373EVB.h | 2 +-
> include/configs/M54451EVB.h | 10 ++--
> include/configs/M54455EVB.h | 16 +++---
> include/configs/MERGERBOX.h | 24 ++++-----
> include/configs/MPC8260ADS.h | 22 ++++----
> include/configs/MPC8313ERDB.h | 21 ++++----
> include/configs/MPC8323ERDB.h | 21 ++++----
> include/configs/MPC8349ITX.h | 33 ++++++------
> include/configs/MPC837XERDB.h | 21 ++++----
> include/configs/MPC8536DS.h | 35 ++++++------
> include/configs/MPC8544DS.h | 33 +++++++-----
> include/configs/MPC8548CDS.h | 17 +++---
> include/configs/MPC8572DS.h | 35 ++++++------
> include/configs/MPC8610HPCD.h | 93 +++++++++++++++++---------------
> include/configs/MPC8641HPCN.h | 17 +++---
> include/configs/MVBC_P.h | 38 ++++++-------
> include/configs/MVBLM7.h | 26 ++++-----
> include/configs/MVSMR.h | 30 +++++------
> include/configs/P1010RDB.h | 4 +-
> include/configs/P1022DS.h | 4 +-
> include/configs/P1_P2_RDB.h | 19 ++++---
> include/configs/P2020DS.h | 36 ++++++-------
> include/configs/P2041RDB.h | 6 +--
> include/configs/SIMPC8313.h | 21 ++++----
> include/configs/TQM85xx.h | 12 +++--
> include/configs/bf537-minotaur.h | 2 +-
> include/configs/bf537-srv1.h | 2 +-
> include/configs/bfin_adi_common.h | 13 ++---
> include/configs/blackstamp.h | 10 ++--
> include/configs/blackvme.h | 6 +--
> include/configs/corenet_ds.h | 6 +--
> include/configs/linkstation.h | 9 ++--
> include/configs/lsxl.h | 4 +-
> include/configs/mcc200.h | 9 +---
> include/configs/p1_p2_rdb_pc.h | 22 ++++----
> include/configs/sbc8548.h | 26 ++++-----
> include/configs/ve8313.h | 21 +++-----
> include/configs/xpedite1000.h | 6 +--
> include/configs/xpedite517x.h | 12 ++---
> include/configs/xpedite520x.h | 12 ++---
> include/configs/xpedite537x.h | 12 ++---
> include/configs/xpedite550x.h | 12 ++---
> tools/env/fw_env.c | 37 ++++++-------
> 51 files changed, 453 insertions(+), 475 deletions(-)
applied to my staging branch, thanks!
Anatolij
next prev parent reply other threads:[~2012-08-10 20:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-08 10:52 [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function Marek Vasut
2012-08-08 10:52 ` [U-Boot] [PATCH 2/3] COMMON: Use __stringify() instead of xstr() Marek Vasut
2012-08-08 15:18 ` Mike Frysinger
2012-08-10 20:22 ` Anatolij Gustschin
2012-08-08 10:52 ` [U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR() Marek Vasut
2012-08-08 15:17 ` Mike Frysinger
2012-08-10 20:26 ` Anatolij Gustschin [this message]
2012-08-10 21:17 ` Anatolij Gustschin
2012-08-10 21:20 ` Marek Vasut
2012-08-08 15:16 ` [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function Mike Frysinger
2012-08-08 15:21 ` Mike Frysinger
2012-08-08 16:01 ` Marek Vasut
2012-08-09 2:08 ` Mike Frysinger
2012-08-10 20:21 ` Anatolij Gustschin
2012-08-10 20:45 ` Wolfgang Denk
2012-08-10 20:52 ` Marek Vasut
2012-08-10 21:20 ` Anatolij Gustschin
2012-08-10 21:23 ` Marek Vasut
2012-08-10 20:51 ` [U-Boot] [PATCH 1/3 V2] " Marek Vasut
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=20120810222609.45a0da49@wker \
--to=agust@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