mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
mx28evk: add RTC support
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> Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
54e96680cb
commit
9588d94219
@ -56,6 +56,7 @@
|
|||||||
#define CONFIG_CMD_FAT
|
#define CONFIG_CMD_FAT
|
||||||
|
|
||||||
#define CONFIG_CMD_CACHE
|
#define CONFIG_CMD_CACHE
|
||||||
|
#define CONFIG_CMD_DATE
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
#define CONFIG_CMD_GPIO
|
#define CONFIG_CMD_GPIO
|
||||||
#define CONFIG_CMD_MII
|
#define CONFIG_CMD_MII
|
||||||
@ -149,6 +150,13 @@
|
|||||||
#define CONFIG_MX28_FEC_MAC_IN_OCOTP
|
#define CONFIG_MX28_FEC_MAC_IN_OCOTP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* RTC
|
||||||
|
*/
|
||||||
|
#ifdef CONFIG_CMD_DATE
|
||||||
|
#define CONFIG_RTC_MXS
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Boot Linux
|
* Boot Linux
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user