]> Git Repo - u-boot.git/commit
dm: of-platadata: Add option for device instantiation
authorSimon Glass <[email protected]>
Wed, 3 Feb 2021 13:01:13 +0000 (06:01 -0700)
committerSimon Glass <[email protected]>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit5a1b25c2011e88e44626202f3cde05e65209c1e4
tree2801507264a338025303893238203943adbb39ad
parent4a092350d18d1aea637de6be8802a9de0cca194f
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 <[email protected]>
dts/Kconfig
scripts/Makefile.spl
This page took 0.034318 seconds and 4 git commands to generate.