Home
last modified time | relevance | path

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

/u-boot/board/firefly/roc-pc-rk3399/
A Droc-pc-rk3399.c60 if (env_get_yesno("pwr_key") == 1) in led_setup()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dspl.c136 if (env_get_yesno("boot_os") != 0) in spl_start_uboot()
/u-boot/include/
A Denv.h144 int env_get_yesno(const char *var);
/u-boot/cmd/
A Dsource.c61 verify = env_get_yesno("verify"); in image_source_script()
A Dximg.c59 verify = env_get_yesno("verify"); in do_imgextract()
/u-boot/board/synopsys/hsdk/
A Denv-lib.c23 if (!env_get_yesno(map[index].env_name)) { in env_read_common()
54 if (!env_get_yesno(command)) { in env_read_core()
/u-boot/board/tcl/sl50/
A Dboard.c83 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/u-boot/board/liebherr/display5/
A Dspl.c397 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/u-boot/env/
A Dcommon.c39 int env_get_yesno(const char *var) in env_get_yesno() function
/u-boot/common/
A Dboard_r.c360 if (env_get_yesno("flashchecksum") == 1) { in initr_flash()
A Dbootm.c80 images.verify = env_get_yesno("verify"); in bootm_start()
508 want_silent = env_get_yesno("silent_linux"); in fixup_silent_linux()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dmp.c39 if (env_get_yesno("mp_holdoff") == 1) { in hold_cores_in_reset()
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana_spl.c766 if (env_get_yesno("boot_os") == 1) in spl_start_uboot()
/u-boot/board/ti/am335x/
A Dboard.c262 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/u-boot/board/ti/dra7xx/
A Devm.c987 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/u-boot/board/ti/am57xx/
A Dboard.c950 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/u-boot/net/
A Dnet.c320 if (env_get_yesno("autoload") == 0) { in net_auto_load()
/u-boot/drivers/mmc/
A Docteontx_hsmmc.c1925 if (env_get_yesno("emmc_export_hs400_taps") > 0) { in octeontx_tune_hs400()
2191 if (is_hs200 && env_get_yesno("emmc_export_hs200_taps")) { in octeontx_mmc_adjust_tuning()

Completed in 43 milliseconds