summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Linz <linz@li-pro.net>2012-07-04 22:25:30 +0200
committerMichal Simek <monstr@monstr.eu>2012-07-10 10:01:29 +0200
commit920c358781970057dc10df1c7e70c784cd4c7408 (patch)
tree4cd6795563056d97e3ec3b16b93f8ada6e964971 /include
parenta1d2478e2d5011bed3e085033f11427fb1423efb (diff)
downloadblackbird-obmc-uboot-920c358781970057dc10df1c7e70c784cd4c7408.tar.gz
blackbird-obmc-uboot-920c358781970057dc10df1c7e70c784cd4c7408.zip
microblaze: Wire up dts configuration
- enable OF control and embedded OF - set default device tree file name to 'microblaze' - add CPP to dtc proxy: board/xilinx/dts/microblaze.dts - add an empty but processable dts for microblaze-generic Signed-off-by: Stephan Linz <linz@li-pro.net>
Diffstat (limited to 'include')
-rw-r--r--include/configs/microblaze-generic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index e20eb0849c..9a0f9a1807 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -31,6 +31,11 @@
#define CONFIG_MICROBLAZE 1
#define MICROBLAZE_V5 1
+/* Open Firmware DTS */
+#define CONFIG_OF_CONTROL 1
+#define CONFIG_OF_EMBED 1
+#define CONFIG_DEFAULT_DEVICE_TREE microblaze
+
/* linear flash memory */
#ifdef XILINX_FLASH_START
#define FLASH
OpenPOWER on IntegriCloud