Browse Source

board/pandaboard: 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 5 years ago
parent
commit
dff08793ee
1 changed files with 8 additions and 8 deletions
  1. 8 8
      board/pandaboard/readme.txt

+ 8 - 8
board/pandaboard/readme.txt

@@ -23,14 +23,14 @@ When you are happy with the setup, run:
 The result of the build with the default settings should be these files:
 
   output/images
-  ├── MLO
-  ├── omap4-panda-a4.dtb
-  ├── omap4-panda.dtb
-  ├── omap4-panda-es.dtb
-  ├── rootfs.ext4
-  ├── sdcard.img
-  ├── u-boot.img
-  └── zImage
+  +-- MLO
+  +-- omap4-panda-a4.dtb
+  +-- omap4-panda.dtb
+  +-- omap4-panda-es.dtb
+  +-- rootfs.ext4
+  +-- sdcard.img
+  +-- u-boot.img
+  +-- zImage
 
 How to write the SD card
 ------------------------