]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Rename dt-platdata.c to dt-plat.c
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:35:01 +0000 (20:35 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitf31fa99a9ed92c223fbf56e07eae57e7bdea19ae
tree77464608e5ade074862d786989a966016974ebc1
parentd1055d681af40963d1c4b1a517ae131f738983f4
dtoc: Rename dt-platdata.c to dt-plat.c

Use this new name to be consistent with the rest of U-Boot, which talks
about 'plat' for the platform data, which is what this file holds.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dm/platdata.h
include/linux/mtd/spi-nor.h
scripts/Makefile.spl
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py