Searched refs:boot_status (Results 1 – 2 of 2) sorted by relevance
130 u8 boot_status; in checkboard() local134 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()
183 u8 boot_status; member