From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] mx28evk: add RTC support
Date: Wed, 18 Jan 2012 17:07:15 +0100 [thread overview]
Message-ID: <201201181707.15289.marek.vasut@gmail.com> (raw)
In-Reply-To: <1326886389468-git-send-email-matthias.fuchs@esd.eu>
> 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
Fabio, can you please test this and 2/3 ?
TIA
M
next prev parent reply other threads:[~2012-01-18 16:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Marek Vasut [this message]
2012-01-20 3:23 ` [U-Boot] [PATCH 1/3] mx28evk: add RTC support 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201201181707.15289.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.