diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2016-02-03 17:14:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-07 22:19:26 +0100 |
commit | 43a4ed5d841ae91f047b6f1d046bba050e00f5ee (patch) | |
tree | b4031ad60f5b0b89ea656b30aaf9a18c69956f5e | |
parent | 6c3e982a7dfba9ee09a50f56401ca981424a847c (diff) |
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>
-rw-r--r-- | board/atmel/xplained/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt index 1d1932773..ba4512271 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 |