]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/devkit8000.h
OMAP3 SPL: Rework memory initalization and devkit8000 support
[karo-tx-uboot.git] / include / configs / devkit8000.h
index 3ea453250007b293542c969b88f428d7a4ef980d..4b58dc3bcb9ed9b6fe962e99ae5a879207ebf668 100644 (file)
 #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
 /*  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  */