From: Flavio Suligoi Date: Fri, 1 Mar 2019 10:53:11 +0000 (+0100) Subject: ACPI: Documentation: Fix path for acpidbg tool X-Git-Tag: v5.4-rc1~1393^2^4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=666dccf528d87364dff6d34b155b0b3cb04a91c5;p=platform%2Fkernel%2Flinux-rpi.git ACPI: Documentation: Fix path for acpidbg tool The file: Documentation/acpi/aml-debugger.txt reports an obsolete path for the acpidbg tool, so fix it. Signed-off-by: Flavio Suligoi Signed-off-by: Rafael J. Wysocki --- diff --git a/Documentation/acpi/aml-debugger.txt b/Documentation/acpi/aml-debugger.txt index e851cc5..75ebeb6 100644 --- a/Documentation/acpi/aml-debugger.txt +++ b/Documentation/acpi/aml-debugger.txt @@ -23,7 +23,7 @@ kernel. The resultant userspace tool binary is then located at: - tools/acpi/power/acpi/acpidbg/acpidbg + tools/power/acpi/acpidbg It can be installed to system directories by running "make install" (as a sufficiently privileged user). @@ -35,7 +35,7 @@ kernel. # mount -t debugfs none /sys/kernel/debug # modprobe acpi_dbg - # tools/acpi/power/acpi/acpidbg/acpidbg + # tools/power/acpi/acpidbg That spawns the interactive AML debugger environment where you can execute debugger commands.