Skip to content

Commit

Permalink
fire: BoardConfig: Adjust Kernel Boot Parameters
Browse files Browse the repository at this point in the history
Signed-off-by: YudhoPatrianto <[email protected]>
  • Loading branch information
YudhoPatrianto committed Sep 4, 2024
1 parent 4ce3015 commit 3604024
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ TARGET_NO_BOOTLOADER := true
TARGET_SCREEN_DENSITY := 440

# Kernel
BOARD_KERNEL_CMDLINE := \
bootopt=64S3,32N2,64N2 \
androidboot.force_normal_boot=1 \
loop.max_part=7 \
androidboot.init_fatal_reboot_target=recovery \
androidboot.selinux=permissive
BOARD_BOOTIMG_HEADER_VERSION := 2
BOARD_KERNEL_BASE := 0x40078000
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2
BOARD_KERNEL_CMDLINE += androidboot.force_normal_boot=1
BOARD_KERNEL_PAGESIZE := 2048
BOARD_RAMDISK_OFFSET := 0x07c08000
BOARD_KERNEL_TAGS_OFFSET := 0x0bc08000
Expand Down

0 comments on commit 3604024

Please sign in to comment.