diff options
| author | Priit Laes <[email protected]> | 2018-10-23 20:20:30 +0300 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2018-10-24 22:02:15 +0530 |
| commit | df4ad94d053072e71e3c131d4d47d5a84b8d1ecc (patch) | |
| tree | 4a980925001d519c11a2fc8845aef3cd7422c722 | |
| parent | 297963f5b5dd510e1070e97ab3a3b6363a7d931e (diff) | |
sunxi: docs: Mention CONFIG_NAND requirement
Signed-off-by: Priit Laes <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -rw-r--r-- | board/sunxi/README.nand | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sunxi/README.nand b/board/sunxi/README.nand index a5d4ff0e90a..98ebe5fb7fe 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 |
