1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-10 09:26:19 +01:00
Files
u-boot-megous/include/dm
AKASHI Takahiro 3cfc042d43 dm: fix an 'undefined' error in some macros
Due to a non-existing parameter name in macro's, use of those macro's will
cause a compiler error of "undefined reference".
Unfortunately, dm test doesn't fail because a wrong name ("&dev", hence it
is accidentally a valid name in the context of a caller site) is passed on.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Fixes: f262d4ca4b ("dm: core: Add a way to read platdata for all
	child devices")
Fixes: 903e83ee84 ("dm: core: Add a way to iterate through children,
	probing each")
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-12-18 12:05:19 +01:00
..
2021-02-18 11:56:25 +01:00
2020-10-29 14:42:17 -06:00
2021-03-29 18:00:21 -04:00
2021-10-21 12:50:48 -06:00