mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
doc: Update parallel NOR flash related information in README.falcon
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>
This commit is contained in:
parent
ef9e57d399
commit
259bd3a0d1
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue