coreboot-kgpe-d16/src/arch/i386
Jens Rottmann da71ba5284 Correct for size_t would be %zx, but coreboot's printf doesn't support this.
Trying to keep it simple:  Two sizes are expected equal so use same %x for both.
Cast to unsigned int to make sure it fits.

Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5719 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-08-17 16:32:42 +00:00
..
boot Correct for size_t would be %zx, but coreboot's printf doesn't support this. 2010-08-17 16:32:42 +00:00
include My forgotten CAR cleanup patch... 2010-08-14 20:38:17 +00:00
init My forgotten CAR cleanup patch... 2010-08-14 20:38:17 +00:00
lib Add support for the console over Ethernet (through PCI NE2000). 2010-07-16 20:02:09 +00:00
llshell Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Kconfig zero warning days. Move RAMTOP and RAMBASE together. 2010-04-14 18:59:42 +00:00
Makefile.bigbootblock.inc get rid of this nerving crt0.d stuff 2010-04-14 23:58:07 +00:00
Makefile.bootblock.inc bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were 2010-08-14 17:31:49 +00:00
Makefile.inc My forgotten CAR cleanup patch... 2010-08-14 20:38:17 +00:00
coreboot_ram.ld Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00