Home
last modified time | relevance | path

Searched refs:ENV_IS_EMBEDDED (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/
H A Denvironment.h51 # define ENV_IS_EMBEDDED macro
121 #if defined(CONFIG_ENV_IS_EMBEDDED) && !defined(ENV_IS_EMBEDDED)
122 # define ENV_IS_EMBEDDED macro
127 # ifdef ENV_IS_EMBEDDED
155 #ifdef ENV_IS_EMBEDDED
/openbmc/u-boot/env/
H A Dremote.c13 #ifdef ENV_IS_EMBEDDED
50 #ifndef ENV_IS_EMBEDDED in env_remote_load()
H A Donenand.c36 #ifdef ENV_IS_EMBEDDED in env_onenand_load()
44 #ifndef ENV_IS_EMBEDDED in env_onenand_load()
H A Dnand.c42 #if defined(ENV_IS_EMBEDDED)
64 #if defined(ENV_IS_EMBEDDED) || defined(CONFIG_NAND_ENV_DST) in env_nand_init()
317 #if defined(ENV_IS_EMBEDDED) in env_nand_load()
354 #if !defined(ENV_IS_EMBEDDED) in env_nand_load()
H A Dembedded.c30 #if defined(ENV_IS_EMBEDDED) || defined(CONFIG_BUILD_ENVCRC)
H A Dmmc.c264 #if !defined(ENV_IS_EMBEDDED) in env_mmc_load()
309 #if !defined(ENV_IS_EMBEDDED) in env_mmc_load()
H A Dflash.c49 #ifdef ENV_IS_EMBEDDED
/openbmc/u-boot/tools/
H A Denvcrc.c41 # define ENV_IS_EMBEDDED macro
48 #if defined(ENV_IS_EMBEDDED) && !defined(CONFIG_BUILD_ENVCRC)
/openbmc/u-boot/common/
H A Dboard_r.c145 #if !defined(CONFIG_ENV_ADDR) || defined(ENV_IS_EMBEDDED) in initr_reloc_global_data()