mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
dm: of-platadata: Add option for device instantiation
Add Kconfig options to support build-time device instantiation. When fully implemented, this will allow dtoc to create U-Boot devices (i.e. struct udevice records) at build time, thus reducing code space in SPL. For now this defaults to off, but will be enabled when the rest of the implementation is in place. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -313,6 +313,10 @@ pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
|
||||
DTOC_ARGS := $(pythonpath) $(srctree)/tools/dtoc/dtoc \
|
||||
-d $(obj)/$(SPL_BIN).dtb -p $(SPL_NAME)
|
||||
|
||||
ifneq ($(CONFIG_$(SPL_TPL_)OF_PLATDATA_INST),)
|
||||
DTOC_ARGS += -i
|
||||
endif
|
||||
|
||||
quiet_cmd_dtoc = DTOC $@
|
||||
cmd_dtoc = $(DTOC_ARGS) -c $(obj)/dts -C include/generated all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user