diff options
author | Michael Walle <michael@walle.cc> | 2016-06-20 17:08:41 +0100 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2016-06-20 18:12:04 +0200 |
commit | 6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b (patch) | |
tree | 9946321b60aefcc8e6f111294e9bc74ac08cc664 /hw/timer | |
parent | 5e502d31db1d6759baa36f765775294a2b16991e (diff) | |
download | qemu-6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b.tar.gz qemu-6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b.tar.bz2 qemu-6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b.zip |
milkymist: update specification URLs
The old milkymist.org domain just forwards to mm-labs.hk nowadays. I've
created a mirror of the documents.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'hw/timer')
-rw-r--r-- | hw/timer/milkymist-sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/milkymist-sysctl.c b/hw/timer/milkymist-sysctl.c index 30a4bc43b3..21948328ce 100644 --- a/hw/timer/milkymist-sysctl.c +++ b/hw/timer/milkymist-sysctl.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/sysctl.pdf + * http://milkymist.walle.cc/socdoc/sysctl.pdf */ #include "qemu/osdep.h" |