Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f66784a authored by Ard Biesheuvel's avatar Ard Biesheuvel Committed by Michal Marek
Browse files

scripts/kallsyms: remove last remnants of --page-offset option



The implementation of the --page-offset kallsyms command line option has
been removed, so remove it from the usage string as well.

Signed-off-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent e19b7cee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ static void usage(void)
{
	fprintf(stderr, "Usage: kallsyms [--all-symbols] "
			"[--symbol-prefix=<prefix char>] "
			"[--page-offset=<CONFIG_PAGE_OFFSET>] "
			"[--base-relative] < in.map > out.S\n");
	exit(1);
}