提交 9588d942 编写于 作者: M Matthias Fuchs 提交者: Albert ARIBAUD

mx28evk: add RTC support

This patch adds support for the MX28 internal RTC
and enables u-boot's date command.
Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd.eu>
Tested-by: NFabio Estevam <fabio.estevam@freescale.com>
上级 54e96680
......@@ -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
......@@ -149,6 +150,13 @@
#define CONFIG_MX28_FEC_MAC_IN_OCOTP
#endif
/*
* RTC
*/
#ifdef CONFIG_CMD_DATE
#define CONFIG_RTC_MXS
#endif
/*
* Boot Linux
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册