diff options
| author | Quentin Schulz <[email protected]> | 2026-08-28 23:00:02 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:36 +0200 |
| commit | ab7700ce3ce3c58f7e014878490457e6bb39b10c (patch) | |
| tree | f7caff053bba96bb2fffa2ee76ddde95b336b829 | |
| parent | c60dee22fcb0a7724d11521ba6435cd16c8f7f10 (diff) | |
binman: btool: bootgen: update link to user guide
The link doesn't serve the document anymore. It's available both in HTML
and PDF form at another address but let's point at the HTML version in
hope it stays online longer.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | tools/binman/btool/bootgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/btool/bootgen.py b/tools/binman/btool/bootgen.py index 1bc9f0aa96f..f740381b704 100644 --- a/tools/binman/btool/bootgen.py +++ b/tools/binman/btool/bootgen.py @@ -7,7 +7,7 @@ bootgen allows creating bootable SPL for Zynq(MP) Documentation is available via: -https://www.xilinx.com/support/documents/sw_manuals/xilinx2022_1/ug1283-bootgen-user-guide.pdf +https://docs.amd.com/r/en-US/ug1283-bootgen-user-guide/ Source code is available at: https://github.com/Xilinx/bootgen |
