Re: [U-Boot] [PATCH] sunxi: Fix arm64 fdtfile variable

2017-04-23 Thread Jagan Teki
On Thu, Apr 20, 2017 at 9:32 PM, Alexander Graf wrote: > On 04/14/2017 06:44 PM, Andreas Färber wrote: >> >> Currently $fdtfile is constructed from CONFIG_DEFAULT_TREE, containing >> the filename. However on arm64 that file is located in an allwinner >> subdirectory. >> >> To avoid the need for us

Re: [U-Boot] [PATCH] sunxi: Fix arm64 fdtfile variable

2017-04-20 Thread Alexander Graf
On 04/14/2017 06:44 PM, Andreas Färber wrote: Currently $fdtfile is constructed from CONFIG_DEFAULT_TREE, containing the filename. However on arm64 that file is located in an allwinner subdirectory. To avoid the need for users/distros symlinking the .dtb files, prepend the vendor directory for A

Re: [U-Boot] [PATCH] sunxi: Fix arm64 fdtfile variable

2017-04-18 Thread Andreas Färber
Am 18.04.2017 um 07:45 schrieb Jagan Teki: > On Fri, Apr 14, 2017 at 10:14 PM, Andreas Färber wrote: >> Currently $fdtfile is constructed from CONFIG_DEFAULT_TREE, containing >> the filename. However on arm64 that file is located in an allwinner >> subdirectory. >> >> To avoid the need for users/d

Re: [U-Boot] [PATCH] sunxi: Fix arm64 fdtfile variable

2017-04-17 Thread Jagan Teki
On Fri, Apr 14, 2017 at 10:14 PM, Andreas Färber wrote: > Currently $fdtfile is constructed from CONFIG_DEFAULT_TREE, containing > the filename. However on arm64 that file is located in an allwinner > subdirectory. > > To avoid the need for users/distros symlinking the .dtb files, prepend > the ve

[U-Boot] [PATCH] sunxi: Fix arm64 fdtfile variable

2017-04-14 Thread Andreas Färber
Currently $fdtfile is constructed from CONFIG_DEFAULT_TREE, containing the filename. However on arm64 that file is located in an allwinner subdirectory. To avoid the need for users/distros symlinking the .dtb files, prepend the vendor directory for ARM64. This aligns Pine64 with other boards such