summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2016-02-03 17:14:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 22:19:26 +0100
commit43a4ed5d841ae91f047b6f1d046bba050e00f5ee (patch)
treeb4031ad60f5b0b89ea656b30aaf9a18c69956f5e /board
parent6c3e982a7dfba9ee09a50f56401ca981424a847c (diff)
downloadbuildroot-43a4ed5d841ae91f047b6f1d046bba050e00f5ee.tar.gz
buildroot-43a4ed5d841ae91f047b6f1d046bba050e00f5ee.zip
board/atmel/xplained/readme.txt: fix u-boot filename
The file that is actually produced is called u-boot-spl.bin, not uboot-spl.bin. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/atmel/xplained/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt
index 1d1932773a..ba45122719 100644
--- a/board/atmel/xplained/readme.txt
+++ b/board/atmel/xplained/readme.txt
@@ -52,7 +52,7 @@ sudo mount /dev/mmcblk0p2 /media/rootfs
Copy the bootloaders, kernel image and Device Tree blob to the first
partition:
-cp output/images/uboot-spl.bin /media/boot/boot.bin
+cp output/images/u-boot-spl.bin /media/boot/boot.bin
cp output/images/u-boot.img /media/boot/u-boot.img
cp output/images/zImage /media/boot/zImage
cp output/images/at91-sama5d3_xplained.dtb /media/boot/at91-sama5d3_xplained.dtb
OpenPOWER on IntegriCloud