Skip to content

Commit

Permalink
Remove unneeded entries from BoardConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias ozgur can leonard committed Mar 4, 2024
1 parent 49b3abb commit a7ebd57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vision6/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ RECOVERY_SDCARD_ON_DATA := true

# Kernel
BOARD_KERNEL_CMDLINE := selinux=1 androidboot.selinux=permissive buildvariant=user
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/zImage-dtb
TARGET_PREBUILT_DTB := $(DEVICE_PATH)/prebuilt/E70P14-B00.dtb
TARGET_PREBUILT_DTBIMAGE_DIR := $(DEVICE_PATH)/prebuilt
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
# BOARD_KERNEL_BASE := 0x40000000
BOARD_KERNEL_BASE := 0x40000000
BOARD_KERNEL_PAGESIZE := 2048
Expand All @@ -60,7 +56,6 @@ BOARD_KERNEL_OFFSET := 0x8000
BOARD_MKBOOTIMG_ARGS += --kernel_offset $(BOARD_KERNEL_OFFSET)
BOARD_MKBOOTIMG_ARGS += --ramdisk_offset $(BOARD_RAMDISK_OFFSET)
BOARD_MKBOOTIMG_ARGS += --tags_offset $(BOARD_KERNEL_TAGS_OFFSET)
#BOARD_MKBOOTIMG_ARGS += --dtb $(TARGET_PREBUILT_DTB)
BOARD_KERNEL_IMAGE_NAME := zImage-dtb
TARGET_KERNEL_ARCH := arm
TARGET_KERNEL_HEADER_ARCH := arm
Expand Down

0 comments on commit a7ebd57

Please sign in to comment.