]> git.baikalelectronics.ru Git - uboot.git/commit
dm: Rename 'platdata_size' to 'plat_size'
authorSimon Glass <sjg@chromium.org>
Thu, 3 Dec 2020 23:55:19 +0000 (16:55 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 23:51:09 +0000 (16:51 -0700)
commit025eb23e1d8015f62b91fc34e58b94999d4333ca
tree378f571fa378fb8e2f4bb38859face7d7b855600
parent11d4564eb3ea0eb38b6a5e5b8c46cfd9ffda4a1f
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>
doc/driver-model/of-plat.rst
drivers/core/device.c
include/dm/platdata.h
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py