diff options
author | Tom Rini | 2022-05-28 16:43:53 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:29 -0400 |
commit | 5fc1d581762724b03ad0be86aaa76c0005d92b1a (patch) | |
tree | fec3fed4c8c8f5028c13ffbbfc5f7ba28a85b6cb /common | |
parent | dc22afb975fc4e4d99f1f8b47318c66867cec42c (diff) |
Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_SPL_KERNEL_OFFS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 71b2600df58..05049c1ffd7 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1196,6 +1196,10 @@ config SYS_SPL_ARGS_ADDR Address in memory where the 'args' file, typically a device tree will be loaded in to memory. +config SYS_NAND_SPL_KERNEL_OFFS + hex "Address in memory to load the OS file for Falcon mode to" + depends on SPL_OS_BOOT && SPL_NAND_SUPPORT + if SPL_OS_BOOT config SYS_OS_BASE hex "addr, where OS is found" |