Searched refs:boot_choice (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/highbank/
H A Dhighbank.c59 u32 boot_choice; local
61 boot_choice = readl(HB_SREG_A9_BOOT_SRC_STAT) & 0xff;
62 sprintf(envbuffer, "bootcmd%d", boot_choice);
64 sprintf(envbuffer, "run bootcmd%d", boot_choice);

Completed in 58 milliseconds