]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: Fix arm64 fdtfile variable
authorAndreas Färber <afaerber@suse.de>
Fri, 14 Apr 2017 16:44:47 +0000 (18:44 +0200)
committerJagan Teki <jagan@openedev.com>
Mon, 24 Apr 2017 06:25:42 +0000 (11:55 +0530)
commit4b67abc9b3d4d95c4e060a9de3e1426397f360f4
treee07c80dab392f1bc9276f82354b524d5be9e2830
parent914065371f4762a29bde566dc9afda865469adad
sunxi: Fix arm64 fdtfile variable

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 as Raspberry Pi 3.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Jagan Teki <jagan@openedev.com>
include/configs/sunxi-common.h