u-boot/arch/x86
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
..
cpu sc520: fix build warning about unused temp var 2012-03-06 21:05:18 +11:00
include/asm x86: Convert board_init_f_r to a processing loop 2012-01-04 22:53:14 +11:00
lib x86: Convert board_init_f_r to a processing loop 2012-01-04 22:53:14 +11:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00