mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
mx25pdk: Enable imxdi RTC
The mx25pdk board supports the i.MX25 DryIce RTC (imxdi), so enable it. This allows to compile-test the imxdi driver in the mainline tree. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
55600288ab
commit
d37b33481d
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@
|
|||
#define CONFIG_SYS_I2C_BASE IMX_I2C_BASE
|
||||
#define CONFIG_SYS_I2C_SPEED 100000
|
||||
|
||||
/* RTC */
|
||||
#define CONFIG_RTC_IMXDI
|
||||
#define CONFIG_CMD_DATE
|
||||
|
||||
/* Ethernet Configs */
|
||||
|
||||
#define CONFIG_CMD_PING
|
||||
|
|
Loading…
Add table
Reference in a new issue