diff --git a/include/configs/am335x_nmhw21.h b/include/configs/am335x_nmhw21.h index f2309882eb..c71b44871d 100644 --- a/include/configs/am335x_nmhw21.h +++ b/include/configs/am335x_nmhw21.h @@ -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"