diff mbox series

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

Message ID 20190516140138.8215-4-lukma@denx.de
State Accepted
Commit 259bd3a0d12adc05ef64162c44285ea9ad491997
Delegated to: Stefano Babic
Headers show
Series [U-Boot,v2,1/4] Kconfig: Make CMD_SPL_NAND_OFS onlyavailable when proper memory is used | expand

Commit Message

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

This code is used by MCCMON6 board - so for more details please refer to
configs/mccmon6_nor_defconfig.

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

---

Changes in v2:
- Fix the description
- Update the comit message

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

Comments

Stefano Babic July 20, 2019, 8:45 a.m. UTC | #1
> This commit updates the doc/README.falcon regarding Falcon boot on
> NOR flash memories.
> This code is used by MCCMON6 board - so for more details please refer to
> configs/mccmon6_nor_defconfig.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/README.falcon b/doc/README.falcon
index 9a7f0bc235..713d7063a1 100644
--- a/doc/README.falcon
+++ b/doc/README.falcon
@@ -67,6 +67,8 @@  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.
+
 CONFIG_CMD_SPL_WRITE_SIZE 	Size of the parameters area to be copied
 
 CONFIG_SPL_OS_BOOT	Activate Falcon Mode.