[U-Boot] [RESPIN PATCH v2 02/15] cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C

Simon Glass sjg at chromium.org
Wed Jun 24 03:45:13 CEST 2015


On 22 June 2015 at 22:18, Bin Meng <bmeng.cn at gmail.com> wrote:
> Currently CONFIG_DM_I2C is used in cmd_date.c for driver model,
> but it should be actually CONFIG_DM_RTC.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - New patch to change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
>
>  common/cmd_date.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list