mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
rtc: mc146818: Add a comment to the #endif
Add a comment to make it clear to which block the #endif relates. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
7b95252d82
commit
1bcb5c3a6c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ static void mc146818_init(void)
|
|||
/* Clear any pending interrupts */
|
||||
mc146818_read8(RTC_CONFIG_C);
|
||||
}
|
||||
#endif
|
||||
#endif /* CONFIG_CMD_DATE */
|
||||
|
||||
#ifdef CONFIG_DM_RTC
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue