Skip to content

Commit

Permalink
sweet: update kernel
Browse files Browse the repository at this point in the history
* kernel source https://github.com/itsshashanksp/kernel_xiaomi_sm6150 "perf" "20249b"

Signed-off-by: Shashank Patil <[email protected]>
  • Loading branch information
itsshashanksp committed Sep 10, 2023
1 parent 780f7ad commit eb61a23
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BOARD_KERNEL_SECOND_OFFSET := 0x00000000
BOARD_RAMDISK_OFFSET := 0x01000000
BOARD_DTB_OFFSET := 0x01f00000
TARGET_KERNEL_ARCH := arm64
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/kernel
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/Image.gz-dtb
BOARD_PREBUILT_DTBOIMAGE := $(DEVICE_PATH)/prebuilt/dtbo
BOARD_INCLUDE_RECOVERY_DTBO := true
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
Expand All @@ -77,7 +77,6 @@ BOARD_MKBOOTIMG_ARGS += --kernel_offset $(BOARD_KERNEL_OFFSET)
BOARD_MKBOOTIMG_ARGS += --second_offset $(BOARD_KERNEL_SECOND_OFFSET)
BOARD_MKBOOTIMG_ARGS += --dtb_offset $(BOARD_DTB_OFFSET)
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
BOARD_PREBUILT_DTBIMAGE_DIR := $(DEVICE_PATH)/prebuilt/dtb

# Assert
TARGET_OTA_ASSERT_DEVICE := sweet,sweetin
Expand Down
Binary file renamed prebuilt/kernel → prebuilt/Image.gz-dtb
Binary file not shown.
Binary file removed prebuilt/dtb/sweet.dtb
Binary file not shown.
Binary file renamed prebuilt/dtbo → prebuilt/dtbo.img
Binary file not shown.

0 comments on commit eb61a23

Please sign in to comment.