no USE_INIT
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5339 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
3ac400e6e5
commit
f2b7a43f9d
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
static inline void print_debug_sdram_8(const char *strval, uint32_t val)
|
static inline void print_debug_sdram_8(const char *strval, uint32_t val)
|
||||||
{
|
{
|
||||||
#if CONFIG_USE_INIT
|
#if CONFIG_USE_PRINTK_IN_CAR
|
||||||
printk(BIOS_DEBUG, "%s%02x\r\n", strval, val);
|
printk(BIOS_DEBUG, "%s%02x\n", strval, val);
|
||||||
#else
|
#else
|
||||||
print_debug(strval); print_debug_hex8(val); print_debug("\r\n");
|
print_debug(strval); print_debug_hex8(val); print_debug("\r\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue