diff options
| author | Nishanth Menon <[email protected]> | 2023-11-01 15:56:03 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-10 11:01:50 -0500 |
| commit | a94a4071d449e12c9fb5ac37d6362d22efcb27da (patch) | |
| tree | 30296c854ff64fb51f5a484fefec2902ce0fb5c8 /drivers/memory | |
| parent | a40f35f0691f862d527ed75329773a24369a5b7e (diff) | |
tree-wide: Replace http:// link with https:// link for ti.com
Replace instances of http://www.ti.com with https://www.ti.com
Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'drivers/memory')
| -rw-r--r-- | drivers/memory/ti-gpmc.c | 2 | ||||
| -rw-r--r-- | drivers/memory/ti-gpmc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/memory/ti-gpmc.c b/drivers/memory/ti-gpmc.c index f511a529b1e..775e78c9a5b 100644 --- a/drivers/memory/ti-gpmc.c +++ b/drivers/memory/ti-gpmc.c @@ -2,7 +2,7 @@ /* * Texas Instruments GPMC Driver * - * Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ */ #include <asm/io.h> diff --git a/drivers/memory/ti-gpmc.h b/drivers/memory/ti-gpmc.h index 90f8e656c8f..6fe098af0ec 100644 --- a/drivers/memory/ti-gpmc.h +++ b/drivers/memory/ti-gpmc.h @@ -2,7 +2,7 @@ /* * Texas Instruments GPMC Driver * - * Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ */ /* GPMC register offsets */ |
