mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user