diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-24 17:05:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-28 13:57:30 -0500 |
commit | 85ae52b9593894fa31d80d83d76bdb3b6432c4be (patch) | |
tree | 95825c70c06a46fdfc2cf3b48796ebceeb55c2fa /doc/develop | |
parent | a3bbd0b912f9afff745247fe9641961875322926 (diff) | |
download | u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.gz u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.bz2 u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.zip |
uboot-test-hooks: Switch to our GitLab instance
As Stephen is no longer actively maintaining the uboot-test-hooks
repository, switch to using the instance on our GitLab.
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/py_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst index f71e837aa9..7f01858cfd 100644 --- a/doc/develop/py_testing.rst +++ b/doc/develop/py_testing.rst @@ -301,7 +301,7 @@ saving wear on the flash chip(s). Examples '''''''' -https://github.com/swarren/uboot-test-hooks contains some working example hook +https://source.denx.de/u-boot/u-boot-test-hooks contains some working example hook scripts, and may be useful as a reference when implementing hook scripts for your platform. These scripts are not considered part of U-Boot itself. |