summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2019-05-08 19:28:22 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-05-18 23:34:43 +0200
commitdff08793eec131a4d3ba87771f1ed6a8e5a1e294 (patch)
tree29f8385264beee03007efd4d4347594bec89712d /board
parent12c0d4288b1cab79da73a3d6d1ee787341e1f768 (diff)
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>
Diffstat (limited to 'board')
-rw-r--r--board/pandaboard/readme.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/board/pandaboard/readme.txt b/board/pandaboard/readme.txt
index 1e4820b828..80a20c2743 100644
--- a/board/pandaboard/readme.txt
+++ b/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
------------------------