diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-06-04 05:26:14 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:09 +0200 |
commit | 28adc91a28c413bef99e7b48c7318c05a12fb018 (patch) | |
tree | 9ad3bda77f8d0519ccbd627cfb8e41791065ddf1 /board/ti/am335x | |
parent | 3ae6abb697b85516975443ca7eac44d18ed4c53f (diff) | |
download | u-boot-imx-28adc91a28c413bef99e7b48c7318c05a12fb018.zip u-boot-imx-28adc91a28c413bef99e7b48c7318c05a12fb018.tar.gz u-boot-imx-28adc91a28c413bef99e7b48c7318c05a12fb018.tar.bz2 |
omap: am335x_evm: remove unused definitions
UART_RESET, UART_CLK_RUNNING_MASK, and UART_SMART_IDLE_EN
are defined inn evm.c but not used. Also removes unnecessary
include of serial.h
PHYS_DRAM_1_SIZE is defined in am335x_evm.h but never used.
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'board/ti/am335x')
-rw-r--r-- | board/ti/am335x/evm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/ti/am335x/evm.c b/board/ti/am335x/evm.c index 5e2d53a..f2e355c 100644 --- a/board/ti/am335x/evm.c +++ b/board/ti/am335x/evm.c @@ -17,15 +17,10 @@ #include <asm/arch/cpu.h> #include <asm/arch/hardware.h> #include <asm/arch/common_def.h> -#include <serial.h> #include <i2c.h> DECLARE_GLOBAL_DATA_PTR; -#define UART_RESET (0x1 << 1) -#define UART_CLK_RUNNING_MASK 0x1 -#define UART_SMART_IDLE_EN (0x1 << 0x3) - /* * Basic board specific setup */ |