aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarek Vasut2023-09-06 23:30:15 +0200
committerTom Rini2023-09-14 10:42:25 -0400
commit4babaa0c28becc2b80db13daa6f30d8f4d35e94e (patch)
treee98df3cab8a288829e16bab3999af50550163942 /doc
parent3bb917ee3b9e4f3e8b3cf7911aadb84ff2423f1a (diff)
post: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit 26af162ac8f8 ("arch: m68k: Implement relocation") Remove now unused NEEDS_MANUAL_RELOC code. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.POST5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/README.POST b/doc/README.POST
index 1366f95c662..c614ea44a28 100644
--- a/doc/README.POST
+++ b/doc/README.POST
@@ -138,11 +138,6 @@ The POST layer will export the following interface routines:
mode the test is executed in (power-on, normal, power-fail,
manual).
- o) void post_reloc(ulong offset);
-
- This routine will be called from board_init_r() and will
- relocate the POST test table.
-
o) int post_info(char *name);
This routine will print the list of all POST tests that can be