]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: fdt: Fix copyright message
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 22 Apr 2023 12:59:58 +0000 (14:59 +0200)
committerSimon 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

index 7835da232d5ea28eece9b24008cf0480dca319d2..1f103a1d7eb4da3075589ccd5aac381a5a490460 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Tests for fdt command
  *
- * Copyright 2022 Google LLCmap_to_sysmem(fdt));
+ * Copyright 2022 Google LLC
  */
 
 #include <common.h>