From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][RFC][for next] common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
Date: Tue, 08 Dec 2009 22:14:30 +0100 [thread overview]
Message-ID: <20091208211430.1B80719F3F@gemini.denx.de> (raw)
In-Reply-To: <4B179121.40602@denx.de>
Dear Heiko Schocher,
In message <4B179121.40602@denx.de> you wrote:
> There is more and more usage of printing 64bit values,
> so enable this feature generally, and delete the
> CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
> defines.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
> based against git://git.denx.de/u-boot.git next
>
> README | 9 +--------
> common/cmd_fdt.c | 14 ++------------
> common/cmd_ide.c | 4 ++--
> common/cmd_onenand.c | 4 ----
> common/image.c | 4 ----
> cpu/mpc85xx/mp.c | 4 ----
> disk/part.c | 2 +-
> drivers/mtd/nand/nand_util.c | 4 ----
> fs/ubifs/ubifs.c | 4 ----
> include/common.h | 2 --
> include/configs/ASH405.h | 2 --
> include/configs/CMS700.h | 2 --
> include/configs/HH405.h | 2 --
> include/configs/HUB405.h | 2 --
> include/configs/IDS8247.h | 2 --
> include/configs/MPC8313ERDB.h | 1 -
> include/configs/MPC8315ERDB.h | 1 -
> include/configs/MPC8360ERDK.h | 1 -
> include/configs/MPC837XEMDS.h | 3 ---
> include/configs/MPC837XERDB.h | 3 ---
> include/configs/MPC8536DS.h | 4 ----
> include/configs/MPC8540ADS.h | 3 ---
> include/configs/MPC8541CDS.h | 3 ---
> include/configs/MPC8544DS.h | 3 ---
> include/configs/MPC8548CDS.h | 3 ---
> include/configs/MPC8555CDS.h | 3 ---
> include/configs/MPC8560ADS.h | 3 ---
> include/configs/MPC8568MDS.h | 3 ---
> include/configs/MPC8569MDS.h | 3 ---
> include/configs/MPC8572DS.h | 3 ---
> include/configs/MPC8610HPCD.h | 3 ---
> include/configs/MPC8641HPCN.h | 4 ----
> include/configs/P1_P2_RDB.h | 3 ---
> include/configs/P2020DS.h | 3 ---
> include/configs/PLU405.h | 2 --
> include/configs/PPChameleonEVB.h | 2 --
> include/configs/SIMPC8313.h | 1 -
> include/configs/TQM8272.h | 2 --
> include/configs/TQM85xx.h | 2 --
> include/configs/VOH405.h | 2 --
> include/configs/WUH405.h | 2 --
> include/configs/XPEDITE5170.h | 3 ---
> include/configs/XPEDITE5200.h | 3 ---
> include/configs/XPEDITE5370.h | 3 ---
> include/configs/acadia.h | 2 --
> include/configs/afeb9260.h | 1 -
> include/configs/apollon.h | 2 --
> include/configs/aria.h | 2 --
> include/configs/at91cap9adk.h | 1 -
> include/configs/at91sam9260ek.h | 1 -
> include/configs/at91sam9261ek.h | 1 -
> include/configs/at91sam9263ek.h | 1 -
> include/configs/at91sam9m10g45ek.h | 2 --
> include/configs/at91sam9rlek.h | 1 -
> include/configs/bfin_adi_common.h | 3 ---
> include/configs/cpu9260.h | 1 -
> include/configs/davinci_dm355evm.h | 1 -
> include/configs/davinci_dm355leopard.h | 1 -
> include/configs/davinci_dm365evm.h | 1 -
> include/configs/davinci_dm6467evm.h | 1 -
> include/configs/davinci_dvevm.h | 1 -
> include/configs/davinci_schmoogie.h | 1 -
> include/configs/davinci_sffsdr.h | 1 -
> include/configs/davinci_sonata.h | 1 -
> include/configs/delta.h | 2 --
> include/configs/devkit8000.h | 2 --
> include/configs/keymile-common.h | 2 --
> include/configs/kilauea.h | 2 --
> include/configs/mecp5123.h | 2 --
> include/configs/meesc.h | 1 -
> include/configs/mpc5121ads.h | 2 --
> include/configs/netstar.h | 2 --
> include/configs/nhk8815.h | 1 -
> include/configs/omap3_beagle.h | 2 --
> include/configs/omap3_evm.h | 2 --
> include/configs/omap3_overo.h | 2 --
> include/configs/omap3_pandora.h | 3 ---
> include/configs/omap3_zoom1.h | 3 ---
> include/configs/omap3_zoom2.h | 2 --
> include/configs/openrd_base.h | 1 -
> include/configs/pdnb3.h | 1 -
> include/configs/pm9261.h | 3 ---
> include/configs/pm9263.h | 1 -
> include/configs/quad100hd.h | 1 -
> include/configs/rd6281a.h | 1 -
> include/configs/sbc35_a9g20.h | 1 -
> include/configs/sbc8641d.h | 3 ---
> include/configs/sc3.h | 2 --
> include/configs/sheevaplug.h | 1 -
> include/configs/smdk6400.h | 2 --
> include/configs/smdkc100.h | 2 --
> include/configs/socrates.h | 2 --
> include/configs/tny_a9260.h | 1 -
> include/configs/vct.h | 6 ------
> include/configs/zylonite.h | 2 --
> include/ppc4xx.h | 6 ------
> lib_generic/vsprintf.c | 18 +-----------------
> 97 files changed, 7 insertions(+), 239 deletions(-)
applied to "next" branch, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Randal said it would be tough to do in sed. He didn't say he didn't
understand sed. Randal understands sed quite well. Which is why he
uses Perl. :-) - Larry Wall in <7874@jpl-devvax.JPL.NASA.GOV>
prev parent reply other threads:[~2009-12-08 21:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-03 10:21 [U-Boot] [PATCH][RFC][for next] common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL Heiko Schocher
2009-12-03 11:43 ` Mike Frysinger
2009-12-03 12:20 ` Wolfgang Denk
2009-12-03 13:58 ` Mike Frysinger
2009-12-08 21:14 ` Wolfgang Denk [this message]
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=20091208211430.1B80719F3F@gemini.denx.de \
--to=wd@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