mirror of
https://github.com/frank-w/u-boot.git
synced 2025-12-18 13:25:05 +08:00
Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset
This option will provide the offset in the parallel NOR flash memory to, which the falcon boot data is stored. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
f63c43b8de
commit
ef9e57d399
@@ -334,6 +334,14 @@ config CMD_SPL_NAND_OFS
|
||||
for full information about how to use this option (and also see
|
||||
board/gateworks/gw_ventana/README for an example).
|
||||
|
||||
config CMD_SPL_NOR_OFS
|
||||
hex "Offset of OS args or dtb for Falcon-mode NOR boot"
|
||||
depends on CMD_SPL && SPL_NOR_SUPPORT
|
||||
default 0
|
||||
help
|
||||
This provides the offset of the command line arguments or dtb for
|
||||
Linux when booting from NOR in Falcon mode.
|
||||
|
||||
config CMD_SPL_WRITE_SIZE
|
||||
hex "Size of argument area"
|
||||
depends on CMD_SPL
|
||||
|
||||
Reference in New Issue
Block a user