git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25be4f
)
test: fdt: Fix copyright message
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 22 Apr 2023 12:59:58 +0000
(14:59 +0200)
committer
Simon Glass
<sjg@chromium.org>
Fri, 28 Apr 2023 17:49:00 +0000
(11:49 -0600)
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>
test/cmd/fdt.c
patch
|
blob
|
history
diff --git
a/test/cmd/fdt.c
b/test/cmd/fdt.c
index
7835da2
..
1f103a1
100644
(file)
--- a/
test/cmd/fdt.c
+++ b/
test/cmd/fdt.c
@@
-2,7
+2,7
@@
/*
* Tests for fdt command
*
- * Copyright 2022 Google LLC
map_to_sysmem(fdt));
+ * Copyright 2022 Google LLC
*/
#include <common.h>