1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-01 10:37:13 +01:00
Files
u-boot-megous/include/dm
Simon Glass ec1add1e51 dm: core: Inline a few ofnode functions in SPL
A recent change to unify the flattree/livetree code introduced a small
size increase in SPL on some boards. For example SPL code size for
px30-core-ctouch2-px30 increased by 40 bytes.

To address this we can take advantage of the fact that some of the ofnode
functions are only called a few times in SPL, so it is worth inlining
them.

Add new Kconfig options to control this. These functions are not inlined
for U-Boot proper, since this increases code size.

Fixes: 2ebea5eaeb ("dm: core: Combine the flattree and livetree binding code")
Signed-off-by: Simon Glass <sjg@chromium.org>
2020-12-22 20:39:26 -07:00
..
2020-12-18 20:32:21 -07:00
2020-10-29 14:42:17 -06:00
2020-12-18 20:32:21 -07:00