diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2013-02-26 12:18:48 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-14 11:06:43 -0700 |
commit | bfcf46db6340f202ecfd200252f9e3295a392696 (patch) | |
tree | b98b818de6dbd5048753a783e56fd54e0e89853b /include/configs | |
parent | 7ea9c506d9390c03c61b21b222a18ede44b16f0a (diff) | |
download | u-boot-imx-bfcf46db6340f202ecfd200252f9e3295a392696.zip u-boot-imx-bfcf46db6340f202ecfd200252f9e3295a392696.tar.gz u-boot-imx-bfcf46db6340f202ecfd200252f9e3295a392696.tar.bz2 |
Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
This wasn't used anywhere in any Tegra build.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/tegra-common.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 4a656bb..80c846c 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 <asm/sizes.h> #include <linux/stringify.h> @@ -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) |