the following patch was just integrated into master: commit 4f5a433a987faeed2cf21fbfca5d2604ef2d7edb Author: Martin Roth martin.roth@se-eng.com Date: Sun Feb 24 14:12:32 2013 -0700
AMD Southstation: Fix final warning
Changes: - Add #include of delay.h in mainboard.c to pick up declaration of mdelay function.
Notes: - This fixes this warning: mainboard.c:69, GNU Compiler 4 (gcc), Priority: Normal implicit declaration of function 'mdelay' [-Wimplicit-function-declaration]
Change-Id: I72f333cd87215a7fc1e62d1d7ee4b2395444b03e Signed-off-by: Martin Roth martin.roth@se-eng.com Reviewed-on: http://review.coreboot.org/2501 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Sun Feb 24 22:31:34 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Mon Feb 25 19:00:52 2013, giving +2 See http://review.coreboot.org/2501 for details.
-gerrit