[U-Boot] [PULL] u-boot-testing / dm-stringify
Marek Vasut
marex at denx.de
Sat Sep 29 02:34:06 CEST 2012
Please apply to u-boot/next. They are now compile tested on arm and ppc.
Albert's comment addresses and patches are assigned to Tom in PW.
The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863:
MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-testing.git dm-stringify
for you to fetch changes up to 30d05ab5304eb34b15550ea95258b18904f3991c:
COMMON: Use __stringify() instead of rest of implementations (2012-09-29
02:09:01 +0200)
----------------------------------------------------------------
Marek Vasut (4):
COMMON: Add __stringify() function
COMMON: Use __stringify() instead of xstr()
COMMON: Use __stringify() instead of MK_STR()
COMMON: Use __stringify() instead of rest of implementations
arch/blackfin/include/asm/config-pre.h | 2 --
arch/blackfin/lib/board.c | 2 +-
board/logicpd/zoom2/zoom2_serial.h | 7 +++----
board/w7o/w7o.c | 9 +-------
common/cmd_nvedit.c | 5 +----
common/env_common.c | 34 ++++++++++++++----------------
common/env_embedded.c | 40
+++++++++++++++--------------------
include/common.h | 1 +
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/MPC8308RDB.h | 9 +++-----
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/amcc-common.h | 25 ++++++++++------------
include/configs/astro_mcf5373l.h | 7 +++----
include/configs/at91sam9263ek.h | 5 +----
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/cam_enc_4xx.h | 36 +++++++++++++++----------------
include/configs/corenet_ds.h | 6 +++---
include/configs/ea20.h | 11 ++++------
include/configs/enbw_cmc.h | 19 +++++++----------
include/configs/flea3.h | 14 ++++++-------
include/configs/ima3-mx53.h | 10 ++++-----
include/configs/imx27lite-common.h | 15 ++++++-------
include/configs/km/keymile-common.h | 13 +++++-------
include/configs/km/km-powerpc.h | 12 +++++------
include/configs/km/km_arm.h | 14 ++++++-------
include/configs/linkstation.h | 9 +++-----
include/configs/lsxl.h | 4 ++--
include/configs/manroland/common.h | 21 ++++++++-----------
include/configs/mcc200.h | 9 ++------
include/configs/mpc8308_p1m.h | 9 +++-----
include/configs/mx35pdk.h | 14 ++++++-------
include/configs/p1_p2_rdb_pc.h | 22 +++++++++----------
include/configs/qong.h | 9 +++-----
include/configs/sbc8548.h | 26 +++++++++++------------
include/configs/tam3517-common.h | 11 ++++------
include/configs/tegra20-common.h | 12 +++--------
include/configs/tx25.h | 5 +----
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 +++++------
include/linux/stringify.h | 12 +++++++++++
include/nios2.h | 5 +++--
tools/env/fw_env.c | 37 +++++++++++++++-----------------
75 files changed, 583 insertions(+), 642 deletions(-)
create mode 100644 include/linux/stringify.h
More information about the U-Boot
mailing list