[PATCH 11/11] dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
sjg at chromium.org
Thu Dec 10 01:26:34 CET 2020
This doesn't need to be passed the devicetree anymore. Drop it.
Also rename the function to drop the _fdt suffix.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/core/root.c | 6 +++---
include/dm/root.h | 5 ++---
test/dm/test-fdt.c | 2 +-
test/dm/test-main.c | 2 +-
4 files changed, 7 insertions(+), 8 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list