diff mbox

atmel: fix xplained documentation

Message ID 1449753846-26374-1-git-send-email-gary.bisson@boundarydevices.com
State Accepted
Commit a8bbc1f47febbceba810d24cdf2fa7f0a808cdbc
Headers show

Commit Message

Gary Bisson Dec. 10, 2015, 1:24 p.m. UTC
Documentation is referring to nandflash.txt which doesn't exist.
Instead, readme.txt provides the instructions to flash the NAND storage.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 board/atmel/xplained/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni Dec. 10, 2015, 6:46 p.m. UTC | #1
On 10/12/2015 at 14:24:06 +0100, Gary Bisson wrote :
> Documentation is referring to nandflash.txt which doesn't exist.
> Instead, readme.txt provides the instructions to flash the NAND storage.
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Peter Korsgaard Dec. 10, 2015, 8:50 p.m. UTC | #2
>>>>> "Gary" == Gary Bisson <gary.bisson@boundarydevices.com> writes:

 > Documentation is referring to nandflash.txt which doesn't exist.
 > Instead, readme.txt provides the instructions to flash the NAND storage.

 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>

Committed, thanks.
diff mbox

Patch

diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt
index 7919c60..1d19327 100644
--- a/board/atmel/xplained/readme.txt
+++ b/board/atmel/xplained/readme.txt
@@ -11,7 +11,7 @@  Note that the default Buildroot configuration is prepared to boot from
 an SD card: the first stage bootloader, second stage bootloader,
 kernel image and root filesystem are all located on the SD card. Some
 adjustments in the bootloader configuration will be needed to boot
-from NAND flash, see board/atmel/nandflash.txt
+from NAND flash, see board/atmel/readme.txt
 
 Configuring and building Buildroot
 ----------------------------------