summaryrefslogtreecommitdiff
path: root/target/microblaze/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-22 12:26:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-22 12:26:42 +0100
commit19afcc16965829619751f456fda136e61006ffd9 (patch)
tree2d088ed2809974826a49f1814316deaf53ac23fd /target/microblaze/Makefile
parent3ef9bac3df49421f6a58f5b3e5b0997d144ece38 (diff)
add dts/dtb for spartan emulation, so that mtdroot can work
Diffstat (limited to 'target/microblaze/Makefile')
-rw-r--r--target/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index 5ab2345e7..f05884442 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -15,7 +15,7 @@ DTB:=-dtb target/microblaze/ml605.dtb
endif
ifeq ($(ADK_TARGET_QEMU_MICROBLAZE_MODEL_S3ADSP1800),y)
MODEL:=petalogix-s3adsp1800
-DTB:=
+DTB:=-dtb target/microblaze/s3adsp1800.dtb
endif
ifeq ($(ADK_TARGET_FS),squashfs)