Home
last modified time | relevance | path

Searched refs:env_get_yesno (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspl.c123 if (env_get_yesno("boot_os") != 0) in spl_start_uboot()
/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.c21 if (!env_get_yesno(map[index].env_name)) { in env_read_common()
52 if (!env_get_yesno(command)) { in env_read_core()
/openbmc/u-boot/cmd/
H A Dsource.c60 verify = env_get_yesno("verify"); in source()
H A Dximg.c54 verify = env_get_yesno("verify"); in do_imgextract()
/openbmc/u-boot/board/liebherr/display5/
H A Dspl.c316 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/board/tcl/sl50/
H A Dboard.c79 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/board/birdland/bav335x/
H A Dboard.c165 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/env/
H A Dcommon.c33 int env_get_yesno(const char *var) in env_get_yesno() function
/openbmc/u-boot/include/
H A Dcommon.h206 int env_get_yesno(const char *var);
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c33 if (env_get_yesno("mp_holdoff") == 1) { in hold_cores_in_reset()
/openbmc/u-boot/common/
H A Dboard_r.c352 if (env_get_yesno("flashchecksum") == 1) { in initr_flash()
H A Dbootm.c75 images.verify = env_get_yesno("verify"); in bootm_start()
562 want_silent = env_get_yesno("silent_linux"); in fixup_silent_linux()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana_spl.c762 if (env_get_yesno("boot_os") == 1) in spl_start_uboot()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c255 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c875 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/board/ti/dra7xx/
H A Devm.c928 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/openbmc/u-boot/net/
H A Dnet.c329 if (env_get_yesno("autoload") == 0) { in net_auto_load()