Message ID | 20200506120243.38876-9-twoerner@gmail.com |
---|---|
State | Accepted |
Commit | 1bc5d3a568efe2e0337760c72e78961bf380ba34 |
Headers | show |
Series | A small set of arm cleanups | expand |
On Wed, May 06, 2020 at 08:02:43AM -0400, Trevor Woerner wrote:
> Signed-off-by: Trevor Woerner <twoerner at gmail.com>
Applied to u-boot/master, thanks!
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 65101ab4e8..88d3be1593 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -33,7 +33,7 @@ config STM32_RESET depends on ARCH_STM32 || ARCH_STM32MP help Support for reset controllers on STMicroelectronics STM32 family SoCs. - This resset driver is compatible with STM32 F4/F7 and H7 SoCs. + This reset driver is compatible with STM32 F4/F7 and H7 SoCs. config TEGRA_CAR_RESET bool "Enable Tegra CAR-based reset driver"
Signed-off-by: Trevor Woerner <twoerner at gmail.com> --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)