diff options
author | Stephan Hoffmann <sho@relinux.de> | 2012-03-17 10:46:55 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-18 22:55:18 +0100 |
commit | aaed42d15643e0cb64c96fa400a6097a19d19ef4 (patch) | |
tree | a6649cbf74d73ac795db3733ad7d6180586d413c /linux/Config.in | |
parent | bb7788fd861026e7772bb4f6c096e0c955a4e28e (diff) | |
download | buildroot-novena-aaed42d15643e0cb64c96fa400a6097a19d19ef4.tar.gz buildroot-novena-aaed42d15643e0cb64c96fa400a6097a19d19ef4.zip |
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 <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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: + <name>.dts --> simpleImage.<name> # # Binary format # |