diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-09 11:36:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-09 11:36:41 -0500 |
commit | 2a42de6df1ac75bd85bdb1dd8580f01895c915cd (patch) | |
tree | 3bb16ff141b97a686c91caacf6b8584f2c2d4c8d /drivers/timer/stm32_timer.c | |
parent | 19ea606109135c3d9892d86e1b1c2a8fb551cc1b (diff) | |
parent | 9b36b7dc96baedc0ed506246a9822c745cc65b45 (diff) |
Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Manage CONFIG_ENV_EXT4_DEVICE_AND_PART in stm32mp1 board
- Update ARM STI and ARM STM STM32MP Arch maintainers emails
- Enable internal pull-ups for SDMMC1 on DHCOM SoM
Diffstat (limited to 'drivers/timer/stm32_timer.c')
-rw-r--r-- | drivers/timer/stm32_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/stm32_timer.c b/drivers/timer/stm32_timer.c index f517d5e61f2..2f5f8f43b96 100644 --- a/drivers/timer/stm32_timer.c +++ b/drivers/timer/stm32_timer.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved - * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. + * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics. */ #include <common.h> |