Home
last modified time | relevance | path

Searched refs:BT0CFG_LPBOOT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c38 bt0_cfg &= (BT0CFG_LPBOOT_MASK | BT0CFG_DUALBOOT_MASK); in get_boot_mode()
40 if (!(bt0_cfg & BT0CFG_LPBOOT_MASK)) { in get_boot_mode()
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dsys_proto.h11 #define BT0CFG_LPBOOT_MASK 0x1 macro