diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-28 09:56:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-28 09:56:05 -0400 |
commit | 94e836f7ddab44f5e62e69a2f9fa97e975fd1b90 (patch) | |
tree | d3d5947e5c1e76e0295e1c6e854ae9b35aaeac71 /drivers/misc/mxc_ocotp.c | |
parent | c259b197f6f8a4b1d33700e0b9202781fb8ce737 (diff) | |
parent | ed48490f8d3f8715b23071a8a1cbe5bba8c8626e (diff) |
Merge branch '2022-03-28-critical-fixes'
- A zstd, two Apple M1 and an MXS NAND critical bugfix
- Clean up another file that wasn't being removed and update some
external documentation links.
Diffstat (limited to 'drivers/misc/mxc_ocotp.c')
-rw-r--r-- | drivers/misc/mxc_ocotp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mxc_ocotp.c b/drivers/misc/mxc_ocotp.c index b1893a5c7eb..8ee18f29d9b 100644 --- a/drivers/misc/mxc_ocotp.c +++ b/drivers/misc/mxc_ocotp.c @@ -6,7 +6,7 @@ * Based on Dirk Behme's * https://github.com/dirkbehme/u-boot-imx6/blob/28b17e9/drivers/misc/imx_otp.c, * which is based on Freescale's - * http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/drivers/misc/imx_otp.c?h=imx_v2009.08_1.1.0&id=9aa74e6, + * https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/misc/imx_otp.c?id=9aa74e6, * which is: * Copyright (C) 2011 Freescale Semiconductor, Inc. */ |