u-boot/arch/microblaze/cpu
Michal Simek b3e5cd17f6 microblaze: Fix compilation failure because of missing libdts
Microblaze platform can use CONFIG_OF_EMBED option
but also it is necessary to support boards
which don't want to use this option.
U-Boot doesn't compile dts/libdts.o for #undef CONFIG_OF_EMBED
case that's why it should be guarded by ifdef.

Signed-off-by: Michal Simek <monstr@monstr.eu>
2012-11-08 10:33:19 +01:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cache.c microblaze: Flush caches before enabling them 2012-11-07 17:11:14 +01:00
cpu.c microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* 2010-04-13 09:13:26 +02:00
exception.c microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* 2010-04-13 09:13:26 +02:00
interrupts.c microblaze: intc: Coding style cleanup 2012-09-11 09:24:57 +02:00
irq.S microblaze: Fix msr handling in interrupt_handler 2011-02-15 15:13:24 +01:00
start.S microblaze: Flush caches before enabling them 2012-11-07 17:11:14 +01:00
timer.c microblaze: timer: Prepare for device-tree initialization 2012-09-11 09:24:58 +02:00
u-boot.lds microblaze: Fix compilation failure because of missing libdts 2012-11-08 10:33:19 +01:00