diff options
Diffstat (limited to 'Documentation/lib')
-rw-r--r-- | Documentation/lib/fw_config.md | 4 | ||||
-rw-r--r-- | Documentation/lib/payloads/fit.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/lib/fw_config.md b/Documentation/lib/fw_config.md index fc33d95702..884ba3f237 100644 --- a/Documentation/lib/fw_config.md +++ b/Documentation/lib/fw_config.md @@ -106,8 +106,8 @@ protection)* with the `ectool` command in a ChromeOS environment. For more information on the firmware configuration field on ChromeOS devices see the Chromium documentation for [Firmware Config][1] and [Board Info][2]. -[1]: http://chromium.googlesource.com/chromiumos/docs/+/master/design_docs/firmware_config.md -[2]: http://chromium.googlesource.com/chromiumos/docs/+/master/design_docs/cros_board_info.md +[1]: http://chromium.googlesource.com/chromiumos/docs/+/HEAD/design_docs/firmware_config.md +[2]: http://chromium.googlesource.com/chromiumos/docs/+/HEAD/design_docs/cros_board_info.md ## Firmware Configuration Table diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md index ac3c18341a..9163cddeed 100644 --- a/Documentation/lib/payloads/fit.md +++ b/Documentation/lib/payloads/fit.md @@ -180,5 +180,5 @@ The generated file includes a compressed initrd **initramfs.cpio.xz**, which will be decompressed by the Linux kernel, a compressed kernel **Image.lzma**, which will be decompressed by the FIT loader and an uncompressed devicetree blob. -[uImage.FIT]: https://raw.githubusercontent.com/u-boot/u-boot/master/doc/uImage.FIT/howto.txt +[uImage.FIT]: https://github.com/u-boot/u-boot/blob/master/doc/usage/fit/howto.rst [U-Boot]: https://www.denx.de/wiki/U-Boot |