From 28adc91a28c413bef99e7b48c7318c05a12fb018 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 4 Jun 2012 05:26:14 +0000 Subject: 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 --- board/ti/am335x/evm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/ti') 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 #include #include -#include #include 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 */ -- cgit v1.1