]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Kconfig
tools/imagetool: remove linker script
[karo-tx-uboot.git] / dts / Kconfig
index 83ba7a6e9815a50990083565934442d81123a7e0..3a180d5b6fa39526390c15425825762e8adc8e49 100644 (file)
@@ -49,7 +49,11 @@ config DEFAULT_DEVICE_TREE
        string "Default Device Tree for DT control"
        help
          This option specifies the default Device Tree used for DT control.
-         It can be overrided from the command line:
+         It can be overridden from the command line:
          $ make DEVICE_TREE=<device-tree-name>
 
+config FDT_FIXUP_PARTITIONS
+       bool
+       depends on MTD_PARTITIONS && OF_LIBFDT
+
 endmenu