From aaed42d15643e0cb64c96fa400a6097a19d19ef4 Mon Sep 17 00:00:00 2001 From: Stephan Hoffmann Date: Sat, 17 Mar 2012 10:46:55 +0100 Subject: Microblaze: build kernel with device tree This patch adds the options needed to build the SimpleImage containing the device tree structure needed for the Microblaze architecture. Handling Device Tree and SimpleImage will be handled in a general way in the future. I provide this patch to be able to build the system in the meantime. Signed-off-by: Stephan Hoffmann Signed-off-by: Peter Korsgaard --- linux/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linux/Config.in') diff --git a/linux/Config.in b/linux/Config.in index b89fcdc9d..a7fa89f1f 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -120,6 +120,14 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE help Path to the kernel configuration file +config BR2_LINUX_KERNEL_DTS_FILE + string "Device Tree dts file location" + depends on BR2_microblaze + help + Path from where the dts file has to be copied + The final "custom target" name depends on the + dts file name: + .dts --> simpleImage. # # Binary format # -- cgit v1.2.3