Re: [PATCH tegra-uboot-scripts v3] Make folder for dtb files as an argument

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux