Skip to content

Commit

Permalink
Change KEXEC_HB_KERNEL_LOC
Browse files Browse the repository at this point in the history
Reduces the boot speed on secondary ROM from 40 to 25 seconds
  • Loading branch information
Davide Pianca committed Sep 1, 2014
1 parent 96be9ef commit 9bf16bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/include/mach/memory.h
Expand Up @@ -30,7 +30,7 @@
#define KEXEC_HB_KERNEL_LOC UL(0x3208000)
#elif defined(CONFIG_MACH_OPPO_MSM8974)
#define KEXEC_HB_PAGE_ADDR UL(0x2F600000)
#define KEXEC_HB_KERNEL_LOC UL(0x22000000)
#define KEXEC_HB_KERNEL_LOC UL(0x3208000)
#else
#error "Adress for kexec hardboot page not defined"
#endif
Expand Down

0 comments on commit 9bf16bb

Please sign in to comment.