board/beagleboardx15: 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>
This commit is contained in:
Peter Seiderer 2019-05-08 19:28:19 +02:00 committed by Thomas Petazzoni
parent 516e118e36
commit 61c8fcbc82

View File

@ -26,17 +26,17 @@ Result of the build
After building, you should get a tree like this: After building, you should get a tree like this:
output/images/ output/images/
├── am57xx-beagle-x15.dtb +-- am57xx-beagle-x15.dtb
├── am57xx-beagle-x15-revb1.dtb +-- am57xx-beagle-x15-revb1.dtb
├── boot.vfat +-- boot.vfat
├── MLO +-- MLO
├── rootfs.ext2 +--rootfs.ext2
├── rootfs.ext4 +-- rootfs.ext4
├── rootfs.tar +-- rootfs.tar
├── sdcard.img +-- sdcard.img
├── u-boot.img +-- u-boot.img
├── u-boot-spl.bin +-- u-boot-spl.bin
└── zImage +-- zImage
How to write the microSD card How to write the microSD card
============================= =============================