u-boot-brain/arch/nds32/lib
Mike Frysinger 11a05fbde7 nds32: fix unused pmu_init warning
Fixes the build-time warning:
	board.c: At top level:
	board.c:106: warning: 'pmu_init' defined but not used

This makes the ifdef logic at the call site match the logic at the
function definition.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-11 00:43:28 +08:00
..
board.c nds32: fix unused pmu_init warning 2012-08-11 00:43:28 +08:00
bootm.c bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
cache.c nds32: split common cache access from cpu into lib 2012-07-20 23:55:52 +08:00
interrupts.c nds32: fix ptrace and interrupt register overflow 2012-03-19 15:53:07 +08:00
Makefile nds32: split common cache access from cpu into lib 2012-07-20 23:55:52 +08:00