diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-09 16:18:50 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-11 00:42:44 +0300 |
commit | b971a90f7dd3c3acb5967d1cf1a465d82a368d47 (patch) | |
tree | 976bd1d7c671508417bcee9185dd8ef99bc23cd5 /Documentation/admin-guide | |
parent | d26560950b6ba6454c11cd978d3e6bb4d38430e8 (diff) | |
download | linux-b971a90f7dd3c3acb5967d1cf1a465d82a368d47.tar.xz |
docs: ranoops.rst: fix location of ramoops.txt
The location of the dt bindings file is wrong: it was probably
badly renamed by some script.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/ramoops.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/ramoops.rst b/Documentation/admin-guide/ramoops.rst index 4efd7ce77565..6dbcc5481000 100644 --- a/Documentation/admin-guide/ramoops.rst +++ b/Documentation/admin-guide/ramoops.rst @@ -61,7 +61,7 @@ Setting the ramoops parameters can be done in several different manners: mem=128M ramoops.mem_address=0x8000000 ramoops.ecc=1 B. Use Device Tree bindings, as described in - ``Documentation/device-tree/bindings/reserved-memory/admin-guide/ramoops.rst``. + ``Documentation/devicetree/bindings/reserved-memory/ramoops.txt``. For example:: reserved-memory { |