diff options
author | Pali Rohár <pali@kernel.org> | 2021-07-31 14:22:56 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-08-11 08:42:26 +0200 |
commit | 8ac303d49f891e11a5c0c4cce7a09a518cfb041b (patch) | |
tree | b7bf877d2d9b86be7b0c5cc70208e90d1228cbbd /arch | |
parent | 808cea90f5ab86fcdd9b0190fdb4c70cd6a060fc (diff) | |
download | u-boot-8ac303d49f891e11a5c0c4cce7a09a518cfb041b.tar.gz |
arm: kirkwood: Do not overwrite CONFIG_SYS_TCLK
Config option CONFIG_SYS_TCLK is set by kw88f6281.h and kw88f6192.h files
to correct SOC/platform value. So do not overwrite it in board config
include files.
Kirkwood 88F6180 and 88F6192 uses 166 MHz TCLK and Kirkwood 88F6281 uses
200 MHz TCLK.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/kw88f6281.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/kw88f6281.h b/arch/arm/mach-kirkwood/include/mach/kw88f6281.h index 33e74142078..87406081cf5 100644 --- a/arch/arm/mach-kirkwood/include/mach/kw88f6281.h +++ b/arch/arm/mach-kirkwood/include/mach/kw88f6281.h @@ -15,8 +15,6 @@ #define KW_REGS_PHY_BASE KW88F6281_REGS_PHYS_BASE /* TCLK Core Clock definition */ -#ifndef CONFIG_SYS_TCLK #define CONFIG_SYS_TCLK 200000000 /* 200MHz */ -#endif #endif /* _ASM_ARCH_KW88F6281_H */ |