]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: defconfig: add supported DT list for Pine64
authorAndre Przywara <andre.przywara@arm.com>
Wed, 26 Apr 2017 00:32:47 +0000 (01:32 +0100)
committerJagan Teki <jagan@openedev.com>
Wed, 17 May 2017 17:52:58 +0000 (23:22 +0530)
commitfdd8098ab750bd4a02fbd1b4e7a3f7dbf7b969b6
tree5a1f1f54554afba4509fe3b095c0d15d4d390c21
parent2ef99d419b166134a51d91c282c35e57e724dd20
sunxi: defconfig: add supported DT list for Pine64

When a board uses a FIT image to load U-Boot proper, it requires a list
of supported device trees to be supplied in CONFIG_OF_LIST, from which it
chooses the right one at runtime.
For boards with just one possible DT (like the OrangePi PC2) this
defaults to CONFIG_DEFAULT_DEVICE_TREE, but for the Pine64 with its two
possible models we provide all compatible DTs in this config symbol.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Tested-by: Jagan Teki <jagan@openedev.com>
configs/pine64_plus_defconfig