diff options
| author | Andre Przywara <andre.przywara@arm.com> | 2025-01-08 00:17:55 +0000 |
|---|---|---|
| committer | Andre Przywara <andre.przywara@arm.com> | 2025-01-22 22:49:10 +0000 |
| commit | 08d65024e0e833d705d0d7ecfb9216206ed81b41 (patch) | |
| tree | facfebaed3e5f6ac2f299d180fc6ee70f2b427fe /configs/inet97fv2_defconfig | |
| parent | dc2dd2de0f782860de886dcb9d545e73668c9007 (diff) | |
sunxi: switch Allwinner A10 boards to OF_UPSTREAM
In contrast to some other Allwinner SoCs, there is no difference between
the DTs for the Allwinner A10 SoCs (sun4i) between the U-Boot and the
Linux kernel repository.
Remove the old copies of the A10 related .dts and .dtsi files, and switch
most of sun4i boards over to use OF_UPSTREAM.
There are two boards for which we don't have DTs in the kernel tree.
Keep those two .dts files in the legacy U-Boot DT directory, and let
their defconfig opt out of OF_UPSTREAM.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Diffstat (limited to 'configs/inet97fv2_defconfig')
| -rw-r--r-- | configs/inet97fv2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/inet97fv2_defconfig b/configs/inet97fv2_defconfig index d5d2dc32c93..a5414e2c502 100644 --- a/configs/inet97fv2_defconfig +++ b/configs/inet97fv2_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y -CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-inet97fv2" +CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun4i-a10-inet97fv2" CONFIG_SPL=y CONFIG_MACH_SUN4I=y CONFIG_DRAM_CLK=408 |
