Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ void exynos5_restart(char mode, const char *cmd)

if (cmd) {
#if defined(CONFIG_MACH_ODROIDXU3)
if (!strcmp((char *)cmd, "fastboot"))
if (!strcmp((char *)cmd, "fastboot") || !strcmp((char *)cmd, "bootloader"))
restart_inform = REBOOT_FASTBOOT;
if (!strcmp((char *)cmd, "update"))
restart_inform = REBOOT_UPDATE;
Expand Down
2 changes: 1 addition & 1 deletion drivers/gud/gud-exynos5422/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Makefile for the kernel mobicore drivers
#
GUD_ROOT_FOLDER := drivers/gud/gud-exynos5422/
GUD_ROOT_FOLDER := $(srctree)/drivers/gud/gud-exynos5422/
# add our modules to kernel.
obj-$(CONFIG_MOBICORE_API) += mcKernelApi.o
obj-$(CONFIG_MOBICORE_DRIVER) += mcDrvModule.o
Expand Down
2 changes: 1 addition & 1 deletion firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw
fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin
fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin

TSPFIRMWARE_DIRECTORY = firmware/tsp_synaptics
TSPFIRMWARE_DIRECTORY = $(srctree)/firmware/tsp_synaptics
ifeq ($(shell test -d $(TSPFIRMWARE_DIRECTORY) && echo yes),yes)
fw-shipped-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI) += tsp_synaptics/synaptics_b0_h.fw \
tsp_synaptics/synaptics_b0_fac.fw
Expand Down