Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/p1_twr/
Dp1_twr.c130 u8 boot_status; in checkboard() local
134 boot_status = ((gur->porbmsr) >> MPC85xx_PORBMSR_ROMLOC_SHIFT) & 0xf; in checkboard()
136 if (boot_status == PORBMSR_ROMLOC_NOR) in checkboard()
138 else if (boot_status == PORBMSR_ROMLOC_SDHC) in checkboard()
/external/u-boot/include/
Dsmbios.h183 u8 boot_status; member