summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-22 15:59:58 +0300
committerSimon Glass <sjg@chromium.org>2023-04-28 20:49:00 +0300
commitf53e973b84d5b60439c8f0cc98099c020b3ab83a (patch)
tree1216a8a44bbcce8d769c6b70887cea047b44bc60 /test
parentc25be4f3ace634f132e92ae651ed9fbd2aa44171 (diff)
downloadu-boot-f53e973b84d5b60439c8f0cc98099c020b3ab83a.tar.xz
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>
Diffstat (limited to 'test')
-rw-r--r--test/cmd/fdt.c2
1 files changed, 1 insertions, 1 deletions
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>