From: Marek Vasut Date: Sat, 22 Apr 2023 12:59:58 +0000 (+0200) Subject: test: fdt: Fix copyright message X-Git-Tag: v2023.07-rc1~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53e973b84d5b60439c8f0cc98099c020b3ab83a;p=pandora-u-boot.git test: fdt: Fix copyright message Drop the map_to_sysmem() copy paste error. No functional change. Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- 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