coreboot-kgpe-d16/src
Uwe Hermann a34a0b1876 Fix a compiler warning in src/lib/usbdebug.c (trivial).
The 'delay' variable shadows the global 'delay()' function, yielding
this compiler warning/error:

src/pc80/../lib/usbdebug.c: In function `ehci_reset_port':
src/pc80/../lib/usbdebug.c:281: error: declaration of `delay' shadows a global declaration
src/lib/delay.c:9: error: shadowed declaration is here

This fixes the issue by renaming the 'delay' variable to 'delay_ms'.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5826 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-09-22 23:42:32 +00:00
..
arch/i386 Generate multiboot tables from coreboot tables. 2010-09-13 14:47:22 +00:00
boot Check the value of ulzma and do not continue if there was an error. 2010-06-01 15:19:25 +00:00
console We call this cache as ram everywhere, so let's call it the same in Kconfig 2010-08-30 17:53:13 +00:00
cpu Clear bit 35 of msr c001_102a in Fam10 rev C cores. 2010-09-17 00:13:52 +00:00
devices Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. 2010-09-13 14:43:02 +00:00
drivers Whatever happened here,... The DEC Tulip is a network card, no bridge of any 2010-08-17 09:52:01 +00:00
include AMD Fam10 code breaks with gcc 4.5.0. 2010-09-17 21:38:40 +00:00
lib Fix a compiler warning in src/lib/usbdebug.c (trivial). 2010-09-22 23:42:32 +00:00
mainboard Here is a proposed way how to handle the SATA PHY settings on SB700. It 2010-09-22 22:46:47 +00:00
northbridge Complete the code which was missing. 2010-09-21 02:51:31 +00:00
pc80 This patch avoids a timeout during PS/2 keyboard 2010-09-09 20:37:00 +00:00
southbridge Here is a proposed way how to handle the SATA PHY settings on SB700. It 2010-09-22 22:46:47 +00:00
superio Add F71859 SIO. 2010-09-10 22:13:34 +00:00
Kconfig Make a Kconfig option for debugging output from realmode emulation. Trivial. 2010-09-07 22:30:15 +00:00
Kconfig.deprecated_options Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboard 2010-09-09 08:34:02 +00:00