You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the instructions for patching kexec hardboot on the wiki, but I ran into a problem with this part of the patch:
kernel/arch/arm/mach-msm/lge/devices_lge.c EDIT: I found it at mediatek/platform/mt6582/kernel/core/mt_devs.c
kernel/arch/arm/mach-msm/restart.c
My kernel tree doesn't have kernel/arch/arm/mach-msm/lge/devices_lge.c or kernel/arch/arm/mach-msm/reboot.c, and I can't seem to find the alternative files for my device. I also had to make a guess when looking for kernel/arch/arm/mach-msm/include/mach/memory.h but I think I found an alternative file at mediatek/platform/mt6582/kernel/core/include/mach/memory.h, but I can't find any of the other files near there. 😞
The text was updated successfully, but these errors were encountered:
Hi
I was following the instructions for patching kexec hardboot on the wiki, but I ran into a problem with this part of the patch:
EDIT: I found it atkernel/arch/arm/mach-msm/lge/devices_lge.c
mediatek/platform/mt6582/kernel/core/mt_devs.c
kernel/arch/arm/mach-msm/restart.c
My kernel tree doesn't have
kernel/arch/arm/mach-msm/lge/devices_lge.c
orkernel/arch/arm/mach-msm/reboot.c
, and I can't seem to find the alternative files for my device. I also had to make a guess when looking forkernel/arch/arm/mach-msm/include/mach/memory.h
but I think I found an alternative file atmediatek/platform/mt6582/kernel/core/include/mach/memory.h
, but I can't find any of the other files near there. 😞The text was updated successfully, but these errors were encountered: