mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
env: Setup default value for ENV_OFFSET_REDUND
This variable is used for pointing to location where redundant variables are located. There is no default value. And it doesn't need to be specified which is showing as warning when savedefconfig is called. make xilinx_zynqmp_virt_defconfig # # configuration written to .config # make savedefconfig scripts/kconfig/conf --savedefconfig=defconfig Kconfig .config:199:warning: symbol value '' invalid for ENV_OFFSET_REDUND Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
275a4490fd
commit
ec217210f3
1 changed files with 1 additions and 0 deletions
1
env/Kconfig
vendored
1
env/Kconfig
vendored
|
@ -556,6 +556,7 @@ config ENV_OFFSET_REDUND
|
|||
hex "Redundant environment offset"
|
||||
depends on (ENV_IS_IN_EEPROM || ENV_IS_IN_MMC || ENV_IS_IN_NAND || \
|
||||
ENV_IS_IN_SPI_FLASH) && SYS_REDUNDAND_ENVIRONMENT
|
||||
default 0
|
||||
help
|
||||
Offset from the start of the device (or partition) of the redundant
|
||||
environment location.
|
||||
|
|
Loading…
Reference in a new issue