Home
last modified time | relevance | path

Searched refs:CONFIG_ENV_SIZE_REDUND (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/u-boot/tools/
H A Denvcrc.c36 # if defined(CONFIG_ENV_ADDR_REDUND) && !defined(CONFIG_ENV_SIZE_REDUND)
37 # define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
/openbmc/u-boot/include/
H A Denvironment.h45 # if defined(CONFIG_ENV_ADDR_REDUND) && !defined(CONFIG_ENV_SIZE_REDUND)
46 # define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
/openbmc/u-boot/env/
H A Dnand.c33 #if defined(CONFIG_ENV_SIZE_REDUND) && \
34 (CONFIG_ENV_SIZE_REDUND != CONFIG_ENV_SIZE)
35 #error CONFIG_ENV_SIZE_REDUND should be the same as CONFIG_ENV_SIZE
H A Dmmc.c24 #if defined(CONFIG_ENV_SIZE_REDUND) && \
25 (CONFIG_ENV_SIZE_REDUND != CONFIG_ENV_SIZE)
26 #error CONFIG_ENV_SIZE_REDUND should be the same as CONFIG_ENV_SIZE
H A Dflash.c30 #if defined(CONFIG_ENV_SIZE_REDUND) && \
31 (CONFIG_ENV_SIZE_REDUND < CONFIG_ENV_SIZE)
32 #error CONFIG_ENV_SIZE_REDUND should not be less then CONFIG_ENV_SIZE
/openbmc/u-boot/include/configs/
H A Deagle.h19 #undef CONFIG_ENV_SIZE_REDUND
H A Drastaban.h50 #define CONFIG_ENV_SIZE_REDUND 0x2000 macro
H A Dthuban.h43 #define CONFIG_ENV_SIZE_REDUND 0x2000 macro
H A Ddraco.h45 #define CONFIG_ENV_SIZE_REDUND 0x2000 macro
H A Dsocfpga_vining_fpga.h168 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Dgardena-smart-gateway-mt7688.h47 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Dapx4devkit.h38 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Drcar-gen3-common.h57 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) macro
H A Dsksimx6.h62 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Drcar-gen2-common.h50 #define CONFIG_ENV_SIZE_REDUND (CONFIG_SYS_MONITOR_LEN) macro
H A Dblanche.h62 #define CONFIG_ENV_SIZE_REDUND (CONFIG_SYS_MONITOR_LEN) macro
H A Dmx28evk.h37 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Dam335x_shc.h54 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Dsh7752evb.h72 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) macro
H A Dsh7753evb.h72 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) macro
H A Dpcm058.h84 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro
H A Dsh7763rdp.h64 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) macro
H A Despt.h64 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) macro
H A DMigoR.h87 #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) macro
H A Dpfla02.h85 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE macro

1234