Skip to content
Snippets Groups Projects
Commit 1bcb5c3a authored by Simon Glass's avatar Simon Glass
Browse files

rtc: mc146818: Add a comment to the #endif


Add a comment to make it clear to which block the #endif relates.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 7b95252d
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ static void mc146818_init(void) ...@@ -192,7 +192,7 @@ static void mc146818_init(void)
/* Clear any pending interrupts */ /* Clear any pending interrupts */
mc146818_read8(RTC_CONFIG_C); mc146818_read8(RTC_CONFIG_C);
} }
#endif #endif /* CONFIG_CMD_DATE */
#ifdef CONFIG_DM_RTC #ifdef CONFIG_DM_RTC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment