Lines Matching full:bootmode
102 /* GP7[14] selects bootmode*/
302 int bootmode = 0; in spl_start_uboot() local
305 * GP7[14] selects bootmode: in spl_start_uboot()
310 * SPL bootmode in spl_start_uboot()
314 ret = gpio_request(CONFIG_IPAM390_GPIO_BOOTMODE , "bootmode"); in spl_start_uboot()
316 bootmode = 1; in spl_start_uboot()
317 if (!bootmode) { in spl_start_uboot()
320 bootmode = 1; in spl_start_uboot()
322 if (!bootmode) in spl_start_uboot()
324 if (!bootmode) in spl_start_uboot()
326 bootmode = 1; in spl_start_uboot()
333 return bootmode; in spl_start_uboot()