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/omap3_zoom2.h | |
parent | cdd0729ead6845262c3b22f6f5a51d67dd0010ed (diff) | |
download | talos-obmc-uboot-abcbe2eb00dbb18d42bc505363115146c14a7ea0.tar.gz talos-obmc-uboot-abcbe2eb00dbb18d42bc505363115146c14a7ea0.zip |
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/omap3_zoom2.h')
-rw-r--r-- | include/configs/omap3_zoom2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h index d6814248ed..a6b48a80ce 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -221,7 +221,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 MiB */ #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 /*----------------------------------------------------------------------- |