public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: ls1021atwr: Enable ID EEPROM for SD boot
@ 2015-09-23  7:48 Yuan Yao
  2015-10-14 21:21 ` York Sun
  2015-10-30 16:21 ` York Sun
  0 siblings, 2 replies; 11+ messages in thread
From: Yuan Yao @ 2015-09-23  7:48 UTC (permalink / raw)
  To: u-boot

I2C1 can work on ls102xa rev2.0 SD boot, so add
ID EEPROM for SD boot.

Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
---
 include/configs/ls1021atwr.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 7dcb719..59e704e 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -278,7 +278,6 @@
 #define CONFIG_SYS_I2C_MXC_I2C3		/* enable I2C bus 3 */
 
 /* EEPROM */
-#ifndef CONFIG_SD_BOOT
 #define CONFIG_ID_EEPROM
 #define CONFIG_SYS_I2C_EEPROM_NXID
 #define CONFIG_SYS_EEPROM_BUS_NUM		1
@@ -286,7 +285,6 @@
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN		1
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS	3
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS	5
-#endif
 
 /*
  * MMC
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-10-30 16:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23  7:48 [U-Boot] [PATCH] configs: ls1021atwr: Enable ID EEPROM for SD boot Yuan Yao
2015-10-14 21:21 ` York Sun
2015-10-15  7:55   ` Yao Yuan
2015-10-15 16:40     ` York Sun
2015-10-15 19:37       ` Sinan Akman
2015-10-19  9:21         ` Yao Yuan
2015-10-19 11:14           ` Sinan Akman
2015-10-19 15:02             ` York Sun
2015-10-21  3:59               ` Yao Yuan
2015-10-21  5:37                 ` York Sun
2015-10-30 16:21 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox