diff options
Diffstat (limited to 'include/configs/ima3-mx53.h')
| -rw-r--r-- | include/configs/ima3-mx53.h | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index 17fa4a13d..dbc59b91e 100644 --- a/include/configs/ima3-mx53.h +++ b/include/configs/ima3-mx53.h @@ -64,7 +64,6 @@  /* Ethernet on FEC */  #define CONFIG_NET_MULTI  #define CONFIG_MII -#define CONFIG_DISCOVER_PHY  #define CONFIG_FEC_MXC  #define IMX_FEC_BASE			FEC_BASE_ADDR @@ -72,7 +71,7 @@  #define CONFIG_PHY_ADDR			CONFIG_FEC_MXC_PHYADDR  #define CONFIG_RESET_PHY_R  #define CONFIG_FEC_MXC_NO_ANEG -#define CONFIG_PRIME	"FEC0" +#define CONFIG_ETHPRIME			"FEC0"  /* SPI */  #define CONFIG_HARD_SPI @@ -133,9 +132,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	1  #define PHYS_SDRAM_1		CSD0_BASE_ADDR |