commit | 3c860b5c4fd3fefc83767b953fed9efa66c09da8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 20 10:31:28 2022 -0400 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 13 20:07:07 2022 +0200 |
tree | d644bccf34b8f5fcc702c5b168e3f255ed20fa4e | |
parent | 4aed48c2505e32952dd7285b64dea6764fbe348c [diff] |
doc: environment: Expand on fdt_addr, initrd_addr and loadaddr - Explain why fdt_addr and initrd_addr should not be set to disable relocation normally. - Provide some advice on the typical loadaddr default value. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>