diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2022-02-21 09:41:44 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2022-03-02 19:27:36 +0000 |
| commit | e212fb05cd2694fdb7a20abe8f0968715d67f9e5 (patch) | |
| tree | a161b48a34c135f78ca8010fb240fabdb145c3b4 | |
| parent | cc3b66ac949e28e030eeb9b5e2950f24d894be95 (diff) | |
| download | focaccia-qemu-e212fb05cd2694fdb7a20abe8f0968715d67f9e5.tar.gz focaccia-qemu-e212fb05cd2694fdb7a20abe8f0968715d67f9e5.zip | |
hw/arm/mps2-tz.c: Update AN547 documentation URL
The AN547 application note URL has changed: update our comment accordingly. (Rev B is still downloadable from the old URL, but there is a new Rev C of the document now.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20220221094144.426191-1-peter.maydell@linaro.org
| -rw-r--r-- | hw/arm/mps2-tz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c index e287ad4d06..4017392bf5 100644 --- a/hw/arm/mps2-tz.c +++ b/hw/arm/mps2-tz.c @@ -32,7 +32,7 @@ * Application Note AN524: * https://developer.arm.com/documentation/dai0524/latest/ * Application Note AN547: - * https://developer.arm.com/-/media/Arm%20Developer%20Community/PDF/DAI0547B_SSE300_PLUS_U55_FPGA_for_mps3.pdf + * https://developer.arm.com/documentation/dai0547/latest/ * * The AN505 defers to the Cortex-M33 processor ARMv8M IoT Kit FVP User Guide * (ARM ECM0601256) for the details of some of the device layout: |