summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/cpu/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-01-21 07:30:37 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-02-04 16:39:50 +0100
commit9d24274509cdd463992dc1fb1a2820d6a4b6d21d (patch)
treeaa599f1c017ae0a597daf3394e8a45ed3192396d /arch/microblaze/cpu/Makefile
parent22ff7f4d195b49ca7db5b2a0c3aa2c987ab88c34 (diff)
downloadblackbird-obmc-uboot-9d24274509cdd463992dc1fb1a2820d6a4b6d21d.tar.gz
blackbird-obmc-uboot-9d24274509cdd463992dc1fb1a2820d6a4b6d21d.zip
microblaze: Add SPL support
Add support for U-BOOT SPL. NOR and RAM mode are supported. There are 3 images in NOR flash. u-boot.img, dtb and kernel. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/cpu/Makefile')
-rw-r--r--arch/microblaze/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/cpu/Makefile b/arch/microblaze/cpu/Makefile
index 6e201f2d54..4955e81236 100644
--- a/arch/microblaze/cpu/Makefile
+++ b/arch/microblaze/cpu/Makefile
@@ -8,3 +8,4 @@
extra-y = start.o
obj-y = irq.o
obj-y += cpu.o interrupts.o cache.o exception.o timer.o
+obj-$(CONFIG_SPL_BUILD) += spl.o
OpenPOWER on IntegriCloud