u-boot-brain/arch/microblaze/cpu
Michal Simek 4c0922f367 microblaze: Remove DEBUG_INT macro and use debug() instead
Do not use specific macros for debugging.
Also remove compilation warning:
w+../arch/microblaze/cpu/interrupts.c: In function 'interrupt_handler':
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 2 has type 'void
(*)(void *)' [-Wformat]
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 4 has type 'void
*' [-Wformat]

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2015-02-09 15:09:57 +01:00
..
cache.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
exception.c microblaze: Fix coding style in exception.c 2015-02-09 15:09:56 +01:00
interrupts.c microblaze: Remove DEBUG_INT macro and use debug() instead 2015-02-09 15:09:57 +01:00
irq.S microblaze: Fix stack usage in interrupt handler 2015-02-09 15:09:56 +01:00
Makefile microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
spl.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
start.S microblaze: Support stack protection feature 2015-01-21 10:33:07 +01:00
timer.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot-spl.lds microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot.lds Makefile: rename all libraries to built-in.o 2013-11-17 14:11:32 -05:00