9
0
Fork 0

ARM i.MX31 pcm037: remove unused defines

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-12-11 15:11:37 +01:00
parent 248f795d83
commit dfb2f22670
1 changed files with 0 additions and 12 deletions

View File

@ -39,18 +39,6 @@
#include <mach/imx-nand.h>
#include <mach/devices-imx31.h>
#if defined CONFIG_PCM037_SDRAM_BANK0_128MB
#define SDRAM0 128
#elif defined CONFIG_PCM037_SDRAM_BANK0_256MB
#define SDRAM0 256
#endif
#if defined CONFIG_PCM037_SDRAM_BANK1_128MB
#define SDRAM1 128
#elif defined CONFIG_PCM037_SDRAM_BANK1_256MB
#define SDRAM1 256
#endif
struct imx_nand_platform_data nand_info = {
.width = 1,
.hw_ecc = 1,