From: Lothar Waßmann Date: Fri, 8 Aug 2014 12:52:50 +0000 (+0200) Subject: karo: tx51: remove duplicate CONFIG_SYS_SDRAM_CLK definition X-Git-Tag: KARO-TX51-2014-08-08~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=1cd4b6253eab13c5cea7fae5e217bbd28fef15a0 karo: tx51: remove duplicate CONFIG_SYS_SDRAM_CLK definition --- 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