mirror of https://github.com/OpenIPC/firmware.git
Add SC2300 to load_ingenic for T21
parent
1c140dc0df
commit
6a5f6d0ec2
|
@ -71,6 +71,10 @@ case ${SENSOR} in
|
||||||
ISP_PARAM="isp_clk=125000000"
|
ISP_PARAM="isp_clk=125000000"
|
||||||
SENSOR_PARAM="sensor_gpio_func=0"
|
SENSOR_PARAM="sensor_gpio_func=0"
|
||||||
;;
|
;;
|
||||||
|
"sc2300")
|
||||||
|
ISP_PARAM="isp_clk=90000000"
|
||||||
|
SENSOR_PARAM=""
|
||||||
|
;;
|
||||||
"sc2332")
|
"sc2332")
|
||||||
ISP_PARAM=""
|
ISP_PARAM=""
|
||||||
SENSOR_PARAM="sensor_gpio_func=0"
|
SENSOR_PARAM="sensor_gpio_func=0"
|
||||||
|
|
Loading…
Reference in New Issue