diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-04-22 14:59:58 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-04-28 11:49:00 -0600 |
commit | f53e973b84d5b60439c8f0cc98099c020b3ab83a (patch) | |
tree | 1216a8a44bbcce8d769c6b70887cea047b44bc60 | |
parent | c25be4f3ace634f132e92ae651ed9fbd2aa44171 (diff) | |
download | u-boot-f53e973b84d5b60439c8f0cc98099c020b3ab83a.tar.gz |
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>
-rw-r--r-- | test/cmd/fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |