diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/devkit8000.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 3ea45325000..4b58dc3bcb9 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -67,10 +67,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10)) /* Hardware drivers */ - -/* DDR - I use Micron DDR */ -#define CONFIG_OMAP3_MICRON_DDR 1 - /* DM9000 */ #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_DRIVER_DM9000 1 @@ -279,7 +275,6 @@ /* Physical Memory Map */ #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 (128 << 20) /* at least 128 MiB */ #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 /* NAND and environment organization */ |