diff options
| author | Paul Kocialkowski <[email protected]> | 2025-08-05 19:48:21 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-08-12 00:50:48 +0100 |
| commit | 23137e72f0e8f406a42b6dc0ef0c90e866789798 (patch) | |
| tree | 0f436cfb90a9fe97e2e51a15b5b925c96381bd91 /configs/LicheePi_Zero_defconfig | |
| parent | acfacf452441d0a659e3afbd55fd6061aa17e647 (diff) | |
sunxi: Switch V3/V3s device-tree source to OF_UPSTREAM
There is nothing special for u-boot in the V3/V3s device-tree files,
they are just copies of the upstream ones.
Remove the copies and switch to OF_UPSTREAM for supported boards.
Signed-off-by: Paul Kocialkowski <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Diffstat (limited to 'configs/LicheePi_Zero_defconfig')
| -rw-r--r-- | configs/LicheePi_Zero_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index c37c49ccbb1..baea0477798 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y -CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-licheepi-zero" +CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun8i-v3s-licheepi-zero" CONFIG_SPL=y CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 |
