diff mbox series

[U-Boot,v1,4/4] doc: Update parallel NOR flash relatedinformation in README.falcon

Message ID 20190516133330.30038-4-lukma@denx.de
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series [U-Boot,v1,1/4] Kconfig: Make CMD_SPL_NAND_OFS onlyavailable when proper memory is used | expand

Commit Message

Lukasz Majewski May 16, 2019, 1:33 p.m. UTC
This commit updates the doc/README.falcon regarding Falcon boot on
NOR flash memories.

Signed-off-by: Lukasz Majewski <lukma@denx.de>

---

 doc/README.falcon | 3 +++
 1 file changed, 3 insertions(+)

Comments

Fabio Estevam May 16, 2019, 1:37 p.m. UTC | #1
On Thu, May 16, 2019 at 10:33 AM Lukasz Majewski <lukma@denx.de> wrote:

>  CONFIG_CMD_SPL_NAND_OFS        Offset in NAND where the parameters area was saved.
>
> +CONFIG_CMD_SPL_NOR_OFS Offset in NOR where the parameters area was saved.
> +                       (Please refer to MCCMON6 board's configuraiton)

Typo: configuration.

Also, it is not very obvious for the reader where the MCCMON6 board
configuration is located.

It would be easier to explicitly mention configs/mccmon6_nor_defconfig
as an example.
diff mbox series

Patch

diff --git a/doc/README.falcon b/doc/README.falcon
index 9a7f0bc235..204f4b12b6 100644
--- a/doc/README.falcon
+++ b/doc/README.falcon
@@ -67,6 +67,9 @@  CONFIG_SYS_NAND_SPL_KERNEL_OFFS	Offset in NAND where the kernel is stored
 
 CONFIG_CMD_SPL_NAND_OFS	Offset in NAND where the parameters area was saved.
 
+CONFIG_CMD_SPL_NOR_OFS	Offset in NOR where the parameters area was saved.
+			(Please refer to MCCMON6 board's configuraiton)
+
 CONFIG_CMD_SPL_WRITE_SIZE 	Size of the parameters area to be copied
 
 CONFIG_SPL_OS_BOOT	Activate Falcon Mode.