From: Marek Vasut <marek.vasut+renesas@mailbox.org>
Date: Sat, 22 Apr 2023 12:59:58 +0000 (+0200)
Subject: test: fdt: Fix copyright message
X-Git-Tag: v2025.01-rc5-pxa1908~1024^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=f53e973b84d5b60439c8f0cc98099c020b3ab83a;p=u-boot.git

test: fdt: Fix copyright message

Drop the map_to_sysmem() copy paste error. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c
index 7835da232d..1f103a1d7e 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>