From 1e0ddf6f1fc5a99325155626c02351c388b91101 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 2 Nov 2012 17:26:33 +0100 Subject: Fix some issues with new "reference" toolchain Unfortunately the reference tool chain was updated without ever even testing it on an abuild run. This broke a number of ports. This change gets coreboot at least compiling again for all supported systems. Change-Id: I92c7cbc834de6d792fdab86b75df339e2874c52e Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1670 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/northbridge/intel/e7505/raminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/e7505') diff --git a/src/northbridge/intel/e7505/raminit.c b/src/northbridge/intel/e7505/raminit.c index fd4e2d051d..2f558f5231 100644 --- a/src/northbridge/intel/e7505/raminit.c +++ b/src/northbridge/intel/e7505/raminit.c @@ -936,7 +936,7 @@ static void configure_e7501_ram_addresses(const struct mem_controller * * NOTE: All cache and stack is lost during ECC scrub loop. */ -static void __attribute__((always_inline)) +static inline void __attribute__((always_inline)) initialize_ecc(unsigned long ret_addr, unsigned long ret_addr2) { uint16_t scrubbed = pci_read_config16(MCHDEV, MCHCFGNS) & 0x08; -- cgit v1.2.3