diff options
author | Nishanth Menon <nm@ti.com> | 2023-11-01 15:56:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-10 11:01:50 -0500 |
commit | a94a4071d449e12c9fb5ac37d6362d22efcb27da (patch) | |
tree | 30296c854ff64fb51f5a484fefec2902ce0fb5c8 /test | |
parent | a40f35f0691f862d527ed75329773a24369a5b7e (diff) | |
download | u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.gz u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.bz2 u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.zip |
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 <nm@ti.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/dm/mux-emul.c | 2 | ||||
-rw-r--r-- | test/dm/mux-mmio.c | 2 | ||||
-rw-r--r-- | test/dm/nop.c | 2 | ||||
-rw-r--r-- | test/dm/phy.c | 2 | ||||
-rw-r--r-- | test/dm/remoteproc.c | 2 | ||||
-rw-r--r-- | test/dm/soc.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/test/dm/mux-emul.c b/test/dm/mux-emul.c index 58233edc9b..c6aeeb7e1f 100644 --- a/test/dm/mux-emul.c +++ b/test/dm/mux-emul.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ * Pratyush Yadav <p.yadav@ti.com> */ #include <common.h> diff --git a/test/dm/mux-mmio.c b/test/dm/mux-mmio.c index fd353d8b15..27c881dabd 100644 --- a/test/dm/mux-mmio.c +++ b/test/dm/mux-mmio.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/ * Jean-Jacques Hiblot <jjhiblot@ti.com> */ diff --git a/test/dm/nop.c b/test/dm/nop.c index 75b9e7b6cc..f7d9a0f3df 100644 --- a/test/dm/nop.c +++ b/test/dm/nop.c @@ -2,7 +2,7 @@ /* * Test for the NOP uclass * - * (C) Copyright 2019 - Texas Instruments Incorporated - http://www.ti.com/ + * (C) Copyright 2019 - Texas Instruments Incorporated - https://www.ti.com/ * Jean-Jacques Hiblot <jjhiblot@ti.com> */ diff --git a/test/dm/phy.c b/test/dm/phy.c index 4f91abca3a..0cf3689fde 100644 --- a/test/dm/phy.c +++ b/test/dm/phy.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ * Written by Jean-Jacques Hiblot <jjhiblot@ti.com> */ diff --git a/test/dm/remoteproc.c b/test/dm/remoteproc.c index 7a8ff47fa1..f6f9e509e2 100644 --- a/test/dm/remoteproc.c +++ b/test/dm/remoteproc.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 - * Texas Instruments Incorporated - http://www.ti.com/ + * Texas Instruments Incorporated - https://www.ti.com/ */ #include <common.h> #include <dm.h> diff --git a/test/dm/soc.c b/test/dm/soc.c index 17e1b5ba01..8f6c97fa79 100644 --- a/test/dm/soc.c +++ b/test/dm/soc.c @@ -2,7 +2,7 @@ /* * Test for the SOC uclass * - * (C) Copyright 2020 - Texas Instruments Incorporated - http://www.ti.com/ + * (C) Copyright 2020 - Texas Instruments Incorporated - https://www.ti.com/ * Dave Gerlach <d-gerlach@ti.com> */ |