u-boot/arch/x86/cpu
Mike Frysinger ae806cc6ab sc520: fix build warning about unused temp var
Building the eNET_SRAM board fails for me:
	sc520_timer.c: In function 'sc520_udelay':
	sc520_timer.c:81:7: error: variable 'temp' set but not used
		[-Werror=unused-but-set-variable]
	cc1: all warnings being treated as errors
	make[1]: *** [sc520_timer.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-03-06 21:05:18 +11:00
..
coreboot x86: Add infrastructure to extract an e820 table from the coreboot tables 2011-12-19 13:26:16 +11:00
sc520 sc520: fix build warning about unused temp var 2012-03-06 21:05:18 +11:00
Makefile Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
config.mk Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
cpu.c x86: Create weak init_cache() and default enable_caches() functions 2012-01-04 22:19:01 +11:00
interrupts.c x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
resetvec.S Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
start.S x86: Use fs for global data 2012-01-04 22:17:24 +11:00
start16.S x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
u-boot.lds Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00