ODROID-C4: cpufreq: fix typo to set the default cpufreq

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie790225b30477ee0af821c55066df1f83c819b51
This commit is contained in:
Dongjin Kim
2020-10-07 11:55:47 +09:00
parent b60f79adbc
commit d227b6e25e

View File

@@ -55,7 +55,7 @@
#define N2PLUS_A73_DEFAULT 2208000 /* N2 Plus Core A73 */
#endif
#ifdef CONFIG_ARCH_MESON64_ODROIDN2
#ifdef CONFIG_ARCH_MESON64_ODROIDC4
#define C4_A55_DEFAULT 1800000 /* C4 Core A55 */
#endif