aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-03 16:55:19 -0700
committerSimon Glass <sjg@chromium.org>2020-12-13 16:51:09 -0700
commit4f50086ad6d69c355a07389fb436c64c92ec614a (patch)
tree378f571fa378fb8e2f4bb38859face7d7b855600 /doc
parentcaa4daa2ae3dc0a3e516addea5772c9af76abcb0 (diff)
downloadu-boot-4f50086ad6d69c355a07389fb436c64c92ec614a.zip
u-boot-4f50086ad6d69c355a07389fb436c64c92ec614a.tar.gz
u-boot-4f50086ad6d69c355a07389fb436c64c92ec614a.tar.bz2
dm: Rename 'platdata_size' to 'plat_size'
Rename this to be consistent with the change from 'platdata'. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/driver-model/of-plat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/driver-model/of-plat.rst b/doc/driver-model/of-plat.rst
index a05faf7..8c2bfb4 100644
--- a/doc/driver-model/of-plat.rst
+++ b/doc/driver-model/of-plat.rst
@@ -308,7 +308,7 @@ of-platdata struct to the standard one used by the driver.
In the case where SPL_OF_PLATDATA is enabled, plat_auto is
still used to allocate space for the platform data. This is different from
the normal behaviour and is triggered by the use of of-platdata (strictly
-speaking it is a non-zero platdata_size which triggers this).
+speaking it is a non-zero plat_size which triggers this).
The of-platdata struct contents is copied from the C structure data to the
start of the newly allocated area. In the case where device tree is used,