diff options
author | Thomas Weber <thomas@tomweber.eu> | 2012-11-27 10:32:40 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-10 12:45:34 -0700 |
commit | abcbe2eb00dbb18d42bc505363115146c14a7ea0 (patch) | |
tree | c638ab3d86051b356ee8e51c1bb83d025a1a79d3 /include/configs/igep00x0.h | |
parent | cdd0729ead6845262c3b22f6f5a51d67dd0010ed (diff) | |
download | u-boot-imx-abcbe2eb00dbb18d42bc505363115146c14a7ea0.zip u-boot-imx-abcbe2eb00dbb18d42bc505363115146c14a7ea0.tar.gz u-boot-imx-abcbe2eb00dbb18d42bc505363115146c14a7ea0.tar.bz2 |
OMAP3: Remove unused PHYS_SDRAM_1_SIZE
Remove the unused PHYS_SDRAM_1_SIZE from OMAP3 config files.
Signed-off-by: Thomas Weber <thomas@tomweber.eu>
Diffstat (limited to 'include/configs/igep00x0.h')
-rw-r--r-- | include/configs/igep00x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index c81ab76..85eed8e 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -236,7 +236,6 @@ */ #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0 -#define PHYS_SDRAM_1_SIZE (32 << 20) /* at least 32 meg */ #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 /* |