From 1cd4b6253eab13c5cea7fae5e217bbd28fef15a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 8 Aug 2014 14:52:50 +0200 Subject: [PATCH] karo: tx51: remove duplicate CONFIG_SYS_SDRAM_CLK definition --- include/configs/tx51.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/tx51.h b/include/configs/tx51.h index 9397e90aa2..fd480f6488 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -51,9 +51,6 @@ /* * Memory configuration options */ -#ifndef CONFIG_SYS_SDRAM_CLK -#define CONFIG_SYS_SDRAM_CLK 166 -#endif #define PHYS_SDRAM_1 0x90000000 /* Base address of bank 1 */ #define PHYS_SDRAM_1_SIZE SZ_128M #if CONFIG_NR_DRAM_BANKS > 1 -- 2.39.2