From 1fd750812193cbaab7f54696b97a91bf727e87e3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 11 Jun 2013 16:32:01 +0300 Subject: usbdebug: Use __SIMPLE_DEVICE__ on early enable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With USBDEBUG selected, the file is built for both romstage and ramstage. For the ramstage build, we need to explicitly use the simple PCI config operations without devicetree. Change-Id: I2de8d9c77bb458ba797c3aac9e2cd0d653e06684 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3437 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/southbridge/amd/sb700/enable_usbdebug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/southbridge/amd/sb700') diff --git a/src/southbridge/amd/sb700/enable_usbdebug.c b/src/southbridge/amd/sb700/enable_usbdebug.c index 2a7fc383e4..f0efe412ea 100644 --- a/src/southbridge/amd/sb700/enable_usbdebug.c +++ b/src/southbridge/amd/sb700/enable_usbdebug.c @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +// Use simple device model for this file even in ramstage +#define __SIMPLE_DEVICE__ + #include #include #include -- cgit v1.2.3