aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/configs/replicant_defconfig2
-rwxr-xr-xbuild.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig
index 78699f228818..0a3daf2c7b12 100644
--- a/arch/arm/configs/replicant_defconfig
+++ b/arch/arm/configs/replicant_defconfig
@@ -36,7 +36,7 @@ CONFIG_HIGHMEM=y
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
-CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0 exynosdrm.pixel_order=1"
+CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait firmware_class.path=/vendor/lib/firmware console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0 exynosdrm.pixel_order=1"
CONFIG_CMDLINE_EXTEND=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
diff --git a/build.sh b/build.sh
index 279e0b4cb896..f0e5b5b1838f 100755
--- a/build.sh
+++ b/build.sh
@@ -231,6 +231,7 @@ make replicant_defconfig
if [ "${os}" = "Android" ] ; then
set_kconfig_y CONFIG_USB_FUNCTIONFS
cmdline_append "root=PARTLABEL=SYSTEM init=/init rootwait"
+ cmdline_append "firmware_class.path=/vendor/lib/firmware"
if [ ${device} == "i9100" ] ; then
cmdline_remove "androidboot.hardware=smdk4210"
else