Skip to content

Add support for the 'adb reboot bootloader' command #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
@@ -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;
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
2 changes: 1 addition & 1 deletion firmware/Makefile
Original file line number Diff line number Diff line change
@@ -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