Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset
authorLukasz Majewski <lukma@denx.de>
Thu, 16 May 2019 14:01:37 +0000 (16:01 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
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>
cmd/Kconfig

index d9d26e6521f9c72d51f23316946dc15c4378cb4a..a278ea309aada56f3542d4abce3a1033871f5726 100644 (file)
@@ -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