diff options
author | Tom Rini | 2020-12-09 11:36:41 -0500 |
---|---|---|
committer | Tom Rini | 2020-12-09 11:36:41 -0500 |
commit | 2a42de6df1ac75bd85bdb1dd8580f01895c915cd (patch) | |
tree | 3bb16ff141b97a686c91caacf6b8584f2c2d4c8d /arch/arm/mach-stm32 | |
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 'arch/arm/mach-stm32')
-rw-r--r-- | arch/arm/mach-stm32/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/soc.c b/arch/arm/mach-stm32/soc.c index 1f12da401c1..0bd8d7b22c4 100644 --- a/arch/arm/mach-stm32/soc.c +++ b/arch/arm/mach-stm32/soc.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, 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> |