diff options
| author | Paul Kocialkowski <[email protected]> | 2025-08-05 19:48:17 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-08-12 00:50:57 +0100 |
| commit | e706ea63b93d3443830467ab4c711988f5cc44be (patch) | |
| tree | 69191135f6eddd47e44eea7b1cf8a0e01528aae7 /configs/LicheePi_Zero_defconfig | |
| parent | 23137e72f0e8f406a42b6dc0ef0c90e866789798 (diff) | |
sunxi: Kconfig: Fix default order for V3s DRAM clock
The V3s (using co-packaged DRAM) runs at 360 MHz, which is specified in
the common platform Kconfig file. However the value for MACH_SUN8I will
be picked up instead due to ordering.
Re-order the defaults to have MACH_SUN8I_V3S before MACH_SUN8I and let
it select the correct default. Also update the LicheePi Zero Dock
defconfig to remove the value, which is now correctly selected.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index baea0477798..7460548461d 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -3,6 +3,5 @@ CONFIG_ARCH_SUNXI=y CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun8i-v3s-licheepi-zero" CONFIG_SPL=y CONFIG_MACH_SUN8I_V3S=y -CONFIG_DRAM_CLK=360 # CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_NO_NET=y |
