diff options
author | Andre Przywara <andre.przywara@arm.com> | 2017-04-26 01:32:47 +0100 |
---|---|---|
committer | Jagan Teki <jagan@openedev.com> | 2017-05-17 23:22:58 +0530 |
commit | fdd8098ab750bd4a02fbd1b4e7a3f7dbf7b969b6 (patch) | |
tree | 5a1f1f54554afba4509fe3b095c0d15d4d390c21 | |
parent | 2ef99d419b166134a51d91c282c35e57e724dd20 (diff) | |
download | u-boot-fdd8098ab750bd4a02fbd1b4e7a3f7dbf7b969b6.tar.gz u-boot-fdd8098ab750bd4a02fbd1b4e7a3f7dbf7b969b6.tar.xz u-boot-fdd8098ab750bd4a02fbd1b4e7a3f7dbf7b969b6.zip |
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>
-rw-r--r-- | configs/pine64_plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index 92bda60095..593e24a836 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" +CONFIG_OF_LIST="sun50i-a64-pine64 sun50i-a64-pine64-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y CONFIG_SPL=y |