public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] mx28evk: add RTC support
@ 2012-01-18 11:33 Matthias Fuchs
  2012-01-18 11:33 ` [U-Boot] [PATCH 2/3] mx28evk: add USB support Matthias Fuchs
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Matthias Fuchs @ 2012-01-18 11:33 UTC (permalink / raw)
  To: u-boot

This patch adds support for the MX28 internal RTC
and enables u-boot's date command.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
---
 include/configs/mx28evk.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index bea46e7..8a752aa 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -56,6 +56,7 @@
 #define CONFIG_CMD_FAT
 
 #define CONFIG_CMD_CACHE
+#define CONFIG_CMD_DATE
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_GPIO
 #define CONFIG_CMD_MII
@@ -150,6 +151,13 @@
 #endif
 
 /*
+ * RTC
+ */
+#ifdef	CONFIG_CMD_DATE
+#define	CONFIG_RTC_MXS
+#endif
+
+/*
  * Boot Linux
  */
 #define CONFIG_CMDLINE_TAG
-- 
1.6.1

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

end of thread, other threads:[~2012-02-07  8:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 11:33 [U-Boot] [PATCH 1/3] mx28evk: add RTC support Matthias Fuchs
2012-01-18 11:33 ` [U-Boot] [PATCH 2/3] mx28evk: add USB support Matthias Fuchs
2012-01-18 11:33   ` [U-Boot] [PATCH 3/3] mx28evk: add SPI support Matthias Fuchs
2012-01-18 16:07     ` Marek Vasut
2012-01-18 18:49       ` Matthias Fuchs
2012-01-18 19:11         ` Marek Vasut
2012-01-23 21:34     ` Fabio Estevam
2012-02-07  8:14     ` Stefano Babic
2012-01-30 16:14   ` [U-Boot] [PATCH 2/3] mx28evk: add USB support Fabio Estevam
2012-01-30 16:14     ` Fabio Estevam
2012-02-07  8:13   ` Stefano Babic
2012-01-18 16:07 ` [U-Boot] [PATCH 1/3] mx28evk: add RTC support Marek Vasut
2012-01-20  3:23   ` Fabio Estevam
2012-01-20  3:55     ` Marek Vasut
2012-01-23 20:01 ` Fabio Estevam
2012-02-06 12:51   ` Fabio Estevam
2012-02-06 13:11     ` Stefano Babic
2012-02-07  8:12 ` Stefano Babic

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