From: Tom Warren Date: Tue, 26 Feb 2013 12:18:48 +0000 (+0000) Subject: Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bfcf46db6340f202ecfd200252f9e3295a392696;p=project%2Fbcm63xx%2Fu-boot.git Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define This wasn't used anywhere in any Tegra build. Signed-off-by: Tom Warren Reviewed-by: Stephen Warren --- diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 4a656bb51b..80c846ce9d 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -21,8 +21,8 @@ * MA 02111-1307 USA */ -#ifndef __TEGRA_COMMON_H -#define __TEGRA_COMMON_H +#ifndef _TEGRA_COMMON_H_ +#define _TEGRA_COMMON_H_ #include #include @@ -56,10 +56,8 @@ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ /* - * PllX Configuration + * NS16550 Configuration */ -#define CONFIG_SYS_CPU_OSC_FREQUENCY 1000000 /* Set CPU clock to 1GHz */ - #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE (-4)