Skip to content

Commit

Permalink
Enable kexec hardboot
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGbabasula committed Aug 18, 2014
1 parent eb69e91 commit 96be9ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm/configs/cyanogenmod_bacon_defconfig
Expand Up @@ -676,7 +676,9 @@ CONFIG_ZBOOT_ROM_BSS=0
# CONFIG_ARM_APPENDED_DTB is not set
CONFIG_CMDLINE=""
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set
CONFIG_KEXEC=y
CONFIG_KEXEC_HARDBOOT=y
CONFIG_ATAGS_PROC=n
# CONFIG_CRASH_DUMP is not set
# CONFIG_AUTO_ZRELADDR is not set

Expand Down Expand Up @@ -1262,7 +1264,7 @@ CONFIG_OF=y
#
# Device Tree and Open Firmware support
#
# CONFIG_PROC_DEVICETREE is not set
CONFIG_PROC_DEVICETREE=y
# CONFIG_OF_SELFTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
Expand Down

0 comments on commit 96be9ef

Please sign in to comment.