On 07/28/2014 01:40 PM, Stefan Agner wrote:
Some distribution use different folders to store the dtb files rather then storing them directly in /boot. This adds a new argument to define in which folder U-Boot should search the dtb file.
Applied.
diff --git a/gen-uboot-script.py b/gen-uboot-script.py
+if not args.dtbdir: + args.dtbdir = prefix +elif args.dtbdir[-1:] != '/':
I converted that to use .endswith() to avoid open-coding. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html