Skip to content

Commit

Permalink
pyramid: Set correct kernel path
Browse files Browse the repository at this point in the history
Since we dropped msm8660 repository - rename kernel directory
  • Loading branch information
ivanich committed Nov 1, 2014
1 parent 52db60d commit d16558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ BOARD_KERNEL_PAGE_SIZE := 2048
BOARD_KERNEL_CMDLINE := console=ttyHSL0 androidboot.hardware=pyramid no_console_suspend=1
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01400000
TARGET_KERNEL_CONFIG := pyramid_defconfig
TARGET_KERNEL_SOURCE := kernel/htc/msm8660
TARGET_KERNEL_SOURCE := kernel/htc/pyramid

TARGET_RECOVERY_FSTAB := device/htc/pyramid/rootdir/etc/fstab.pyramid
RECOVERY_FSTAB_VERSION := 2
Expand Down

0 comments on commit d16558a

Please sign in to comment.