Drop the map_to_sysmem() copy paste error. No functional change. Signed-off-by: Marek Vasut <[email protected]> --- Cc: Jason Liu <[email protected]> Cc: Michal Simek <[email protected]> Cc: Ovidiu Panait <[email protected]> Cc: Simon Glass <[email protected]> --- test/cmd/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c index 7835da232d5..1f103a1d7eb 100644 --- a/test/cmd/fdt.c +++ b/test/cmd/fdt.c @@ -2,7 +2,7 @@ /* * Tests for fdt command * - * Copyright 2022 Google LLCmap_to_sysmem(fdt)); + * Copyright 2022 Google LLC */ #include <common.h> -- 2.39.2

