[U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR()

Anatolij Gustschin agust at denx.de
Fri Aug 10 22:26:09 CEST 2012


Hi,

On Wed,  8 Aug 2012 12:52:19 +0200
Marek Vasut <marex at denx.de> wrote:

> Kill multiple occurances and redeclaration of MK_STR
> in favor of __stringify().
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Wolfgang Denk <wd at 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


More information about the U-Boot mailing list