Ah yes, another obvious oversite on my part.
Acked-by: Graeme Gregory graeme.gregory@linaro.org
On 13/08/13 00:10, al.stone@linaro.org wrote:
From: Al Stone ahs3@redhat.com
Signed-off-by: Al Stone al.stone@linaro.org
tools/mab/mab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/mab/mab.c b/tools/mab/mab.c index 4208b9d..6c5857b 100644 --- a/tools/mab/mab.c +++ b/tools/mab/mab.c @@ -32,13 +32,13 @@ void usage(void) { printf("%s %s\n", PROGNAME, VERSION); printf("usage: %s -d <dir> -o <blob> -i <manifest> ", PROGNAME);
- printf("[-c <iasl-cmd>] [-q]\n");
- printf("-p <paddr> [-c <iasl-cmd>] [-q]\n"); printf("\n"); printf(" -d <dir> => directory of ASL files\n"); printf(" -o <blob> => file name for resulting ACPI blob\n"); printf(" -i <manifest> => list of AML files needed\n"); printf(" -c <iasl-cmd> => iasl command to use (default: iasl -l)\n");
- printf(" -p <paddr> => physical address to relocate to.\n");
- printf(" -p <paddr> => physical address to relocate to\n"); printf(" -q => if given, supress output\n"); }