]> git.baikalelectronics.ru Git - uboot.git/commit
dm: of-platadata: Add option for device instantiation
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:13 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit61b324c90dda94c7e6f12e41afa1503ea4300ddb
tree2801507264a338025303893238203943adbb39ad
parentf3d2d6b2f12f5a6e78627a5de4c55735bf466d39
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>
dts/Kconfig
scripts/Makefile.spl