summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2012-06-04 05:26:14 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:09 +0200
commit28adc91a28c413bef99e7b48c7318c05a12fb018 (patch)
tree9ad3bda77f8d0519ccbd627cfb8e41791065ddf1 /include/configs
parent3ae6abb697b85516975443ca7eac44d18ed4c53f (diff)
downloadu-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 'include/configs')
-rw-r--r--include/configs/am335x_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index d0fbc88..89e2aa0 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -85,7 +85,6 @@
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */
#define PHYS_DRAM_1 0x80000000 /* DRAM Bank #1 */
-#define PHYS_DRAM_1_SIZE 0x10000000 /*(0x80000000 / 8) 256 MB */
#define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */
#define CONFIG_SYS_SDRAM_BASE PHYS_DRAM_1