From 0f61a4fc98f135c0ed22c67ee3241bf5670a61e2 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 16 Oct 2009 16:32:57 +0000 Subject: Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. Signed-off-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4788 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/usbdebug_direct_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pc80') diff --git a/src/pc80/usbdebug_direct_serial.c b/src/pc80/usbdebug_direct_serial.c index 8a8b8c6c1e..21f6109ce3 100644 --- a/src/pc80/usbdebug_direct_serial.c +++ b/src/pc80/usbdebug_direct_serial.c @@ -45,7 +45,7 @@ void usbdebug_direct_ram_tx_byte(unsigned char data) /* "Find" dbg_info structure in RAM */ dbg_info = (struct ehci_debug_info *) - ((CONFIG_LB_MEM_TOPK << 10) - sizeof(struct ehci_debug_info)); + ((CONFIG_RAMTOP) - sizeof(struct ehci_debug_info)); if (dbg_info->ehci_debug) { dbgp_bulk_write_x(dbg_info, &data, 1); -- cgit v1.2.3