[U-Boot] [PATCH] mx53evk: Add RTC support
Fabio Estevam
fabio.estevam at freescale.com
Tue Oct 25 13:44:19 CEST 2011
MX53EVK has an MC13892 PMIC. Add RTC support.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/mx53evk.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index c1941e3..6c4d34f 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -63,6 +63,7 @@
#define CONFIG_PMIC_I2C
#define CONFIG_PMIC_FSL
#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8
+#define CONFIG_RTC_MC13XXX
/* MMC Configs */
#define CONFIG_FSL_ESDHC
@@ -88,6 +89,7 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
#define CONFIG_CMD_NET
+#define CONFIG_CMD_DATE
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
--
1.7.1
More information about the U-Boot
mailing list