Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c726 const char *cputype = ""; in misc_init_r() local
736 cputype = "imx6q"; in misc_init_r()
739 cputype = "imx6dl"; in misc_init_r()
740 env_set("soctype", cputype); in misc_init_r()
750 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r()
758 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r()
767 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r()
H A Dcommon.c1193 unsigned cputype = is_cpu_type(MXC_CPU_MX6Q) ? 0 : 1; in setup_board_gpio() local
1212 imx_iomux_v3_setup_pad(cfg->gpio_padmux[cputype] | in setup_board_gpio()
1225 imx_iomux_v3_setup_pad(cfg->pwm_padmux[cputype] | in setup_board_gpio()
/rk3399_rockchip-uboot/board/embest/mx6boards/
H A Dmx6boards.c520 u32 cputype = cpu_type(get_cpu_rev()); in board_early_init_f() local
522 switch (cputype) { in board_early_init_f()