diff options
author | Simon Glass <sjg@chromium.org> | 2020-12-03 16:55:19 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-12-13 16:51:09 -0700 |
commit | 4f50086ad6d69c355a07389fb436c64c92ec614a (patch) | |
tree | 378f571fa378fb8e2f4bb38859face7d7b855600 /doc/driver-model | |
parent | caa4daa2ae3dc0a3e516addea5772c9af76abcb0 (diff) | |
download | u-boot-4f50086ad6d69c355a07389fb436c64c92ec614a.tar.gz |
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/driver-model')
-rw-r--r-- | doc/driver-model/of-plat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/driver-model/of-plat.rst b/doc/driver-model/of-plat.rst index a05faf739f..8c2bfb4099 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, |