mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
The SYS_TIMER_COUNTS_DOWN description contains a typo, s@rathe@&r@ , fix it. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
e1c97949ee
commit
c61df34009
1 changed files with 1 additions and 1 deletions
|
@ -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 rather than up"
|
||||
|
||||
config PHYSMEM
|
||||
bool "Access to physical memory region (> 4G)"
|
||||
|
|
Loading…
Reference in a new issue