diff options
| author | Moyster <oysterized@gmail.com> | 2016-11-20 11:09:37 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-11-20 11:09:37 +0100 |
| commit | d42b87d7896063f58986a8d760f035ca512a0970 (patch) | |
| tree | d5bf3fd65ae14d5fcdde477b0a27b75242ee3d7e | |
| parent | 08bbe1a58906535667d0ea7f870345788a617aef (diff) | |
typo: use correct defconfig
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index aa783a0..fd6aafc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,7 +17,7 @@ BOARD_FLASH_BLOCK_SIZE := 131072 # build kernel from source TARGET_KERNEL_SOURCE := kernel/meizu/m2note -TARGET_KERNEL_CONFIG := cm_m2note_defconfig +TARGET_KERNEL_CONFIG := cm12_m2note_defconfig BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2 BOARD_KERNEL_BASE := 0x40078000 BOARD_RAMDISK_OFFSET := 0x03f88000 |
