diff options
Diffstat (limited to 'include/configs/sama5d3xek.h')
| -rw-r--r-- | include/configs/sama5d3xek.h | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 10697d627..76fa500ed 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -56,7 +56,6 @@  #define LCD_BPP				LCD_COLOR16  #define LCD_OUTPUT_BPP                  24  #define CONFIG_LCD_LOGO -#undef LCD_TEST_PATTERN  #define CONFIG_LCD_INFO  #define CONFIG_LCD_INFO_BELOW_LOGO  #define CONFIG_SYS_WHITE_ON_BLACK @@ -112,7 +111,6 @@  #define CONFIG_CMD_NAND  #ifdef CONFIG_CMD_NAND -#define CONFIG_NAND_MAX_CHIPS		1  #define CONFIG_NAND_ATMEL  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_SYS_NAND_BASE		ATMEL_BASE_CS3 @@ -126,16 +124,19 @@  #define CONFIG_ATMEL_NAND_HW_PMECC  #define CONFIG_PMECC_CAP		4  #define CONFIG_PMECC_SECTOR_SIZE	512 -#define CONFIG_PMECC_INDEX_TABLE_OFFSET	ATMEL_PMECC_INDEX_OFFSET_512  #define CONFIG_CMD_NAND_TRIMFFS  #endif  /* Ethernet Hardware */  #define CONFIG_MACB  #define CONFIG_RMII -#define CONFIG_NET_MULTI  #define CONFIG_NET_RETRY_COUNT		20  #define CONFIG_MACB_SEARCH_PHY +#define CONFIG_RGMII +#define CONFIG_CMD_MII +#define CONFIG_PHYLIB +#define CONFIG_PHY_MICREL +#define CONFIG_PHY_MICREL_KSZ9021  /* MMC */  #define CONFIG_CMD_MMC @@ -195,7 +196,7 @@  				"bootm 0x22000000 - 0x21000000"  #define CONFIG_SYS_MMC_ENV_DEV	0  #else -#define CONIG_ENV_IS_NOWHERE +#define CONFIG_ENV_IS_NOWHERE  #endif  #ifdef CONFIG_SYS_USE_MMC |