1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-01 05:17:11 +01:00
Files
u-boot-megous/include/dm
Simon Glass ef79ef21a8 dm: core: Don't inline dev_read...() calls with of-platdata
At present if these calls are used with of-platdata, a confusing error is
produced, referring to a function not actually called by the code causing
the problem.

Fix this by not inlining, so that the error mentions the dev_read_...()
function and it is more obvious what is going on.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-01-30 14:25:41 -07:00
..
2020-10-29 14:42:17 -06:00