Files
eternalwrt-mt798x/package/boot/uboot-rockchip/patches/103-rockchip-include-configs-change-default-RK_DNL_ADC_C.patch
T
Tianling Shen 848e65f0ff uboot-rockchip: improve adc download key support
Restore support for RK3576/RK3588 and enter dnl mode in SPL.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-04 10:58:41 +08:00

12 lines
271 B
Diff

--- a/include/configs/rk3568_common.h
+++ b/include/configs/rk3568_common.h
@@ -15,6 +15,8 @@
#define CFG_SYS_SDRAM_BASE 0
#define SDRAM_MAX_SIZE 0xf0000000
+#define RK_DNL_ADC_CHAN 0
+
#ifndef ROCKCHIP_DEVICE_SETTINGS
#define ROCKCHIP_DEVICE_SETTINGS
#endif