Files
OpenCellular/tests
Gabe Black 172360ec5d Replace %L with %ll in format strings.
%L is, in some standard libraries like U-Boot's, a synonym for %ll which is
for long long integers, required by the C99 standard to be at least 64 bits.
For practical purposes that basically means %ll should be used with 64 bit
values. Since %L seems to be non-standard and, at least in U-Boot's case, %ll
is recognized in the same way, %ll seems preferable.

BUG=chrome-os-partner:8339
TEST=Booted ChromeOS using depthcharge and U-Boot. Booted with
depthcharge/libpayload which does not support %L and saw a number where %L had
been printed.
BRANCH=None

Change-Id: Id51fb5c9295e0dd65b42a5c0738eb34c8210a2b2
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/32660
Reviewed-by: Randall Spangler <rspangler@chromium.org>
2012-09-09 20:52:21 -07:00
..
2012-08-24 20:43:27 -07:00
2010-09-29 20:25:29 -07:00
2010-09-29 20:25:29 -07:00
2010-05-27 09:20:11 -07:00
2011-09-01 09:04:46 -07:00
2010-03-31 10:56:49 -07:00
2010-09-29 20:25:29 -07:00
2010-03-31 10:56:49 -07:00
2010-02-12 11:21:18 -08:00