summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-28 20:35:01 -0700
committerSimon Glass <sjg@chromium.org>2021-01-05 12:26:35 -0700
commitf31fa99a9ed92c223fbf56e07eae57e7bdea19ae (patch)
tree77464608e5ade074862d786989a966016974ebc1 /scripts
parentd1055d681af40963d1c4b1a517ae131f738983f4 (diff)
downloadu-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.tar.gz
u-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.tar.xz
u-boot-f31fa99a9ed92c223fbf56e07eae57e7bdea19ae.zip
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index 3d60cf5120..87021e22e5 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -120,7 +120,7 @@ endif
u-boot-spl-init := $(head-y)
u-boot-spl-main := $(libs-y)
ifdef CONFIG_$(SPL_TPL_)OF_PLATDATA
-u-boot-spl-platdata := $(obj)/dts/dt-platdata.o
+u-boot-spl-platdata := $(obj)/dts/dt-plat.o
u-boot-spl-platdata_c := $(patsubst %.o,%.c,$(u-boot-spl-platdata))
endif