projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c9794
)
lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sun, 19 Mar 2023 03:13:02 +0000
(
04:13
+0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000
(15:09 -0400)
The SYS_TIMER_COUNTS_DOWN description contains a typo,
s@rathe@&r@ , fix it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 4278b24055467c12c61f01d9dab143ad2e98b538..202a34ab413463dbb8e490f19765ec71f42df87d 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-16,7
+16,7
@@
config SYS_NUM_ADDR_MAP
Sets the number of entries in the virtual-physical mapping table.
config SYS_TIMER_COUNTS_DOWN
- bool "System timer counts down rathe than up"
+ bool "System timer counts down rathe
r
than up"
config PHYSMEM
bool "Access to physical memory region (> 4G)"