Parcourir la source

board/csky: replace utf-8 graphic sympols by ascii characters

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer il y a 5 ans
Parent
commit
12c0d4288b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      board/csky/readme.txt

+ 3 - 3
board/csky/readme.txt

@@ -41,9 +41,9 @@ Result of the build
 After building, you should obtain this tree:
 
     output/images/
-    ├── vmlinux
-    ├── rootfs.ext2
-    └── <board name>.dtb
+    +-- vmlinux
+    +-- rootfs.ext2
+    +-- <board name>.dtb
 
 How to run it
 =============