Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dspl.c125 if (env_get_yesno("boot_os") != 0) in spl_start_uboot()
/external/u-boot/board/synopsys/hsdk/
Denv-lib.c22 if (!env_get_yesno(map[index].env_name)) { in env_read_common()
53 if (!env_get_yesno(command)) { in env_read_core()
/external/u-boot/prebuilt-intermediates/
Denv.h144 int env_get_yesno(const char *var);
/external/u-boot/include/
Denv.h144 int env_get_yesno(const char *var);
/external/u-boot/cmd/
Dsource.c61 verify = env_get_yesno("verify"); in source()
Dximg.c57 verify = env_get_yesno("verify"); in do_imgextract()
/external/u-boot/board/birdland/bav335x/
Dboard.c167 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/board/tcl/sl50/
Dboard.c81 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/env/
Dcommon.c36 int env_get_yesno(const char *var) in env_get_yesno() function
/external/u-boot/board/liebherr/display5/
Dspl.c391 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/common/
Dbootm.c72 images.verify = env_get_yesno("verify"); in bootm_start()
455 want_silent = env_get_yesno("silent_linux"); in fixup_silent_linux()
Dboard_r.c370 if (env_get_yesno("flashchecksum") == 1) { in initr_flash()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dmp.c36 if (env_get_yesno("mp_holdoff") == 1) { in hold_cores_in_reset()
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana_spl.c763 if (env_get_yesno("boot_os") == 1) in spl_start_uboot()
/external/u-boot/board/ti/am335x/
Dboard.c256 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/board/ti/am57xx/
Dboard.c882 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/board/ti/dra7xx/
Devm.c986 if (env_get_yesno("boot_os") != 1) in spl_start_uboot()
/external/u-boot/net/
Dnet.c332 if (env_get_yesno("autoload") == 0) { in net_auto_load()