sb/amd/cimx/sb800/lpc: Shorten and wrap long lines

Change-Id: I190d41816eef2a5b27a9026ed3d3c822eee8b42b
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/21462
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Paul Menzel
2017-09-09 11:05:21 +02:00
committed by Felix Held
parent b1181c302f
commit 482f82278b

View File

@@ -101,7 +101,8 @@ void lpc_enable_childrens_resources(device_t dev)
base = res->base; base = res->base;
end = resource_end(res); end = resource_end(res);
/* /*
printk(BIOS_DEBUG, "sb800 lpc decode:%s, base=0x%08x, end=0x%08x\n", printk(BIOS_DEBUG, "sb800 lpc decode:%s,
base=0x%08x, end=0x%08x\n",
dev_path(child), base, end); dev_path(child), base, end);
*/ */
switch (base) { switch (base) {