aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-05-16 16:01:37 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commitef9e57d39991118e1630f5f4269bd6e504ac3a66 (patch)
tree659f5cc7f7732ce357ff006afec5cbe0a9c47a37 /cmd/Kconfig
parentf63c43b8defb75a9f97d4552f4993537759a39dd (diff)
downloadu-boot-ef9e57d39991118e1630f5f4269bd6e504ac3a66.zip
u-boot-ef9e57d39991118e1630f5f4269bd6e504ac3a66.tar.gz
u-boot-ef9e57d39991118e1630f5f4269bd6e504ac3a66.tar.bz2
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d9d26e6..a278ea3 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