Skip to content

Commit

Permalink
transformer: set boot and recovery partitions as raw
Browse files Browse the repository at this point in the history
Asus Transformers boot and recovery partitions are hidden from main partition table. Set them as raw for correct handling.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
  • Loading branch information
clamor-s committed Dec 9, 2021
1 parent 08a3ae6 commit 3c16d9f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions include/configs/transformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@
"dtb_addr_r=0x83000000\0" \
"ramdisk_addr_r=0x84000000\0" \
"script_addr_r=0x87000000\0" \
"lnx_offset_r=0x9C00\0" \
"lnx_size=0x4000\0" \
"ebt_offset_r=0x1C00\0" \
"ebt_size=0x4000\0" \
"sos_offset_r=0x5C00\0" \
"sos_size=0x4000\0" \
"lnx_offset_r=0x9C00\0" \
"lnx_size=0x4000\0" \
"kernel_file=vmlinuz\0" \
"dtb_file="CONFIG_DEFAULT_DEVICE_TREE".dtb\0" \
"ramdisk_file=initramfs\0" \
"bootloader_file=u-boot-dtb-tegra.bin\0" \
"fastboot_partition_alias_boot=LNX\0" \
"fastboot_partition_alias_recovery=SOS\0" \
"fastboot_raw_partition_boot=${lnx_offset_r} ${lnx_size} mmcpart 0\0" \
"fastboot_raw_partition_recovery=${sos_offset_r} ${sos_size} mmcpart 0\0" \
"fastboot_partition_alias_system=APP\0" \
"fastboot_partition_alias_cache=CAC\0" \
"fastboot_partition_alias_misc=MSC\0" \
Expand Down

0 comments on commit 3c16d9f

Please sign in to comment.