diff mbox series

[U-Boot,3/5] sunxi: docs: Mention CONFIG_NAND requirement

Message ID 585124435cbf92bb9ade974c9e6850de3af5a9bf.1540314698.git-series.plaes@plaes.org
State Accepted
Commit df4ad94d053072e71e3c131d4d47d5a84b8d1ecc
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series sunxi: doc: Add fastboot example + misc cleanups | expand

Commit Message

Priit Laes Oct. 23, 2018, 5:20 p.m. UTC
Signed-off-by: Priit Laes <plaes@plaes.org>
---
 board/sunxi/README.nand | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Maxime Ripard Oct. 24, 2018, 4:21 p.m. UTC | #1
On Tue, Oct 23, 2018 at 08:20:30PM +0300, Priit Laes wrote:
> Signed-off-by: Priit Laes <plaes@plaes.org>

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

Maxime
Jagan Teki Oct. 24, 2018, 4:33 p.m. UTC | #2
On Tue, Oct 23, 2018 at 10:51 PM Priit Laes <plaes@plaes.org> wrote:
>
> Signed-off-by: Priit Laes <plaes@plaes.org>
> ---

Applied to u-boot-sunxi/master
diff mbox series

Patch

diff --git a/board/sunxi/README.nand b/board/sunxi/README.nand
index 77a8c7d..dac603c 100644
--- a/board/sunxi/README.nand
+++ b/board/sunxi/README.nand
@@ -20,9 +20,9 @@  pages.
 In order to accomodate that, we create a tool that will generate an
 SPL image that is ready to be programmed directly embedding the ECCs,
 randomized, and with the necessary bits needed to reduce the number of
-bitflips. The U-Boot build system, when configured for the NAND will
-also generate the image sunxi-spl-with-ecc.bin that will have been
-generated by that tool.
+bitflips. The U-Boot build system, when configured for the NAND (with
+CONFIG_NAND=y) will also generate the image sunxi-spl-with-ecc.bin
+that will have been generated by that tool.
 
 In order to flash your U-Boot image onto a board, assuming that the
 board is in FEL mode, you'll need the sunxi-tools that you can find at