Skip to content

Commit

Permalink
oot: Use header version 1 instead of 4 on nagara (PDX22[34], 1/5IV)
Browse files Browse the repository at this point in the history
Too high header versions means the bootloader tries to understand
vendor_boot and friends, which are not used in a simple self-contained
appended-dtb mainline kernel.
  • Loading branch information
MarijnS95 committed Nov 1, 2023
1 parent 7910818 commit dc2ab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ for _device in "$@"; do
nagara)
_has_dtbo=true
_has_vendor_boot=true
_mkbootimg_args=(--header_version 4)
_mkbootimg_args=(--header_version 1)
BOARD_KERNEL_CMDLINE+=" root=/dev/mmcblk0" # sdcard
BOARD_KERNEL_CMDLINE+=" swiotlb=2048"
;;
Expand Down

0 comments on commit dc2ab70

Please sign in to comment.