mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-08 15:31:31 +00:00
calimain, enbw_cmc: Fix typo in comments
Signed-off-by: Christian Riesch <christian.riesch@omicron.at> Cc: Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com>
This commit is contained in:
parent
1441aa6ae8
commit
f8d6c50ead
2 changed files with 2 additions and 2 deletions
|
@ -525,7 +525,7 @@ void bootcount_store(ulong a)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* write RTC kick register to enable write
|
* write RTC kick register to enable write
|
||||||
* for RTC Scratch registers. Cratch0 and 1 are
|
* for RTC Scratch registers. Scratch0 and 1 are
|
||||||
* used for bootcount values.
|
* used for bootcount values.
|
||||||
*/
|
*/
|
||||||
writel(RTC_KICK0R_WE, ®->kick0r);
|
writel(RTC_KICK0R_WE, ®->kick0r);
|
||||||
|
|
|
@ -166,7 +166,7 @@ void bootcount_store(ulong a)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* write RTC kick register to enable write
|
* write RTC kick register to enable write
|
||||||
* for RTC Scratch registers. Cratch0 and 1 are
|
* for RTC Scratch registers. Scratch0 and 1 are
|
||||||
* used for bootcount values.
|
* used for bootcount values.
|
||||||
*/
|
*/
|
||||||
writel(RTC_KICK0R_WE, ®->kick0r);
|
writel(RTC_KICK0R_WE, ®->kick0r);
|
||||||
|
|
Loading…
Add table
Reference in a new issue