Commit d21fc3ae0be43b00b001295058a67c0f15af1e16

Authored by Eric Lee
1 parent 47687888a4
Exists in master

Add SMART Battery Charger BQ24735 Support

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

conf/machine/imx6q1gsmarc.conf
... ... @@ -15,7 +15,7 @@
15 15 UBOOT_BINARY = "u-boot.imx"
16 16 UBOOT_MAKE_TARGET = "u-boot.imx"
17 17 UBOOT_CONFIG ??= "sd"
18   -UBOOT_CONFIG[sd] = "smarcfimx6_quad_1g_ser3_config,sdcard"
  18 +UBOOT_CONFIG[sd] = "smarcfimx6_quad_2g_ser3_config,sdcard"
19 19  
20 20 # Use linux kernel SMARC-FiMX6
21 21 PREFERRED_PROVIDER_virtual/kernel_imx6q1gsmarc = "linux-smarcfimx6"
recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb
... ... @@ -17,7 +17,7 @@
17 17 file://defconfig \
18 18 "
19 19  
20   -SRCREV = "cbc387c117a2f09a8a5a204a9a78d45685e9acc6"
  20 +SRCREV = "208bdbb1b5cf0bf1137ddace81b7c7d2332984e0"
21 21 PV = "3.14.28"
22 22 LOCALVERSION = "-1.0.1_smarc"
23 23