Re: [PATCH 1/2] sunxi: fix H616 DRAM ODT support

2022-01-30 Thread Andre Przywara
On Sat, 29 Jan 2022 16:58:42 +0100 Jernej Skrabec wrote: > Kconfig symbol is missing CONFIG_ prefix, so compiler will always > skip ODT configuration. > > Fix symbol name. Oops, nice catch! Reviewed-by: Andre Przywara Applied to sunxi/master. Cheers, Andre > > Fixes: f4317dbd06b6 ("sunxi:

[PATCH 1/2] sunxi: fix H616 DRAM ODT support

2022-01-29 Thread Jernej Skrabec
Kconfig symbol is missing CONFIG_ prefix, so compiler will always skip ODT configuration. Fix symbol name. Fixes: f4317dbd06b6 ("sunxi: Add H616 DRAM support") Signed-off-by: Jernej Skrabec --- arch/arm/mach-sunxi/dram_sun50i_h616.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --