From 29d3a82b32b2f075c35f4f2d8f366828c55bddd4 Mon Sep 17 00:00:00 2001 From: Vineeta Srivastava Date: Tue, 21 Mar 2017 10:39:57 -0700 Subject: [PATCH] Change the firmware image search path to /vendor/firmware Test: booted on a device Change-Id: I3c4a4de9d316779c2b7b085f9160064c225e431a --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d57a706e..433dee17 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -32,7 +32,7 @@ BOARD_KERNEL_CMDLINE += androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) and BOARD_KERNEL_CMDLINE += user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive service_locator.enable=1 BOARD_KERNEL_CMDLINE += swiotlb=2048 -BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/etc/firmware +BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware BOARD_KERNEL_CMDLINE += no_console_suspend=1 BOARD_KERNEL_BASE := 0x00000000