diff mbox series

[U-Boot,v2,3/4] Kconfig: Add CMD_SPL_NOR_OFS config forfalcon boot argument offset

Message ID 20190516140138.8215-3-lukma@denx.de
State Accepted
Commit ef9e57d39991118e1630f5f4269bd6e504ac3a66
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 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>
---

Changes in v2: None

 cmd/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Stefano Babic July 20, 2019, 8:46 a.m. UTC | #1
> 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>

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

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4dec190a38..b4b10cce00 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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