diff options
author | Thomas Weber <weber@corscience.de> | 2011-11-26 10:30:56 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:35 +0100 |
commit | 0997561de956783ef1ac2f0acf649a0793882a3a (patch) | |
tree | 4452bba0dba1371a0a8eb22a1207c41d59d1e327 /include/configs/am3517_evm.h | |
parent | 8152c6f6f538c0c3b61a9e0cd6e1c67f1bcc687a (diff) |
ARM: OMAP3: Remove unused define SDRC_R_C_B
This patch removes the unused definition of SDRC_R_C_B
from the config files.
Acked-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Acked-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 1c70b9df697..87dd00f7adc 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -276,9 +276,6 @@ #define PHYS_SDRAM_1_SIZE (32 << 20) /* at least 32 MiB */ #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 -/* SDRAM Bank Allocation method */ -#define SDRC_R_B_C 1 - /*----------------------------------------------------------------------- * FLASH and environment organization */ |