diff options
| author | Andre Przywara <[email protected]> | 2025-01-08 00:17:55 +0000 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-01-22 22:49:15 +0000 |
| commit | 73cbb3baa6ae26dc8693feb449f48a535292e7e5 (patch) | |
| tree | b6881aecfe8c88ce5f9d7d711eb345930cb088e7 /configs/CHIP_defconfig | |
| parent | 08d65024e0e833d705d0d7ecfb9216206ed81b41 (diff) | |
sunxi: switch Allwinner A10s/A13 boards to OF_UPSTREAM
In contrast to some other Allwinner SoCs, there is no difference between
the DTs for the Allwinner A10s/A13 SoCs (sun5i) between the U-Boot and the
Linux kernel repository.
Remove the old copies of the A10s/A13 related .dts and .dtsi files, and
switch most of sun5i 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 <[email protected]>
Acked-by: Sumit Garg <[email protected]>
Diffstat (limited to 'configs/CHIP_defconfig')
| -rw-r--r-- | configs/CHIP_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig index cd9bdbfd36f..c220d269ab6 100644 --- a/configs/CHIP_defconfig +++ b/configs/CHIP_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y -CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip" +CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun5i-r8-chip" CONFIG_SPL=y CONFIG_MACH_SUN5I=y CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y |
