All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Question: is SZ_* going to be removed or not?
Date: Wed, 26 Jan 2011 10:43:34 +0100	[thread overview]
Message-ID: <20110126094334.9AF49CD1385@gemini.denx.de> (raw)
In-Reply-To: <4D3FE967.7050708@eukrea.com>

Dear =?ISO-8859-1?Q?Eric_B=E9nard?=,

In message <4D3FE967.7050708@eukrea.com> you wrote:
>
> so what is the recommended way to write size ?

In a readable way.

If you need 2k, write it as 2000 or 2*1000 or similar.

If you need 2 Ki, write it as 2048 or 2*1024 or (2 << 10) or similar.


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@denx.de
Q:  What's a light-year?
A:  One-third less calories than a regular year.

  reply	other threads:[~2011-01-26  9:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26  8:28 [U-Boot] Question: is SZ_* going to be removed or not? Reinhard Meyer
2011-01-26  9:20 ` Wolfgang Denk
2011-01-26  9:29   ` Eric Bénard
2011-01-26  9:43     ` Wolfgang Denk [this message]
2011-01-26  9:43   ` Reinhard Meyer
2011-01-26 12:59     ` Wolfgang Denk

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=20110126094334.9AF49CD1385@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.