nmhw21: cleanup board config file
This commit is contained in:
parent
7a70f41cd9
commit
92bbeca1d6
|
|
@ -137,7 +137,6 @@ int eth_phy_timeout(void);
|
|||
#define CONFIG_I2C
|
||||
#define CONFIG_I2C_MULTI_BUS
|
||||
|
||||
/* TODO: Check I2C Bus for EEPROM */
|
||||
#define CONFIG_CMD_EEPROM
|
||||
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
|
||||
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
|
||||
|
|
@ -164,7 +163,6 @@ int eth_phy_timeout(void);
|
|||
#undef CONFIG_SPL_ONENAND_SUPPORT
|
||||
|
||||
/* We need to disable SPI to not confuse the eeprom env driver */
|
||||
/* TODO: Double check */
|
||||
|
||||
/* SPI IP Block */
|
||||
#define CONFIG_OMAP3_SPI /* Already define in ti_armv7_omap.h, included by ti_am335x_common.h */
|
||||
|
|
@ -175,7 +173,6 @@ int eth_phy_timeout(void);
|
|||
#undef CONFIG_SPI_BOOT
|
||||
#undef CONFIG_SPL_OS_BOOT
|
||||
|
||||
#define CONFIG_SPL_POWER_SUPPORT /* TODO: Check */
|
||||
#define CONFIG_SPL_YMODEM_SUPPORT
|
||||
|
||||
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds"
|
||||
|
|
|
|||
Loading…
Reference in New Issue