Skip to content

Commit f58fe6a

Browse files
committed
Added support for UBOOT partition
See commit C3C0/android_bootable_recovery@c3e25de
1 parent 6be3a61 commit f58fe6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

BoardConfig.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CWM_EMMC_BOOT_DEVICE_NAME := /dev/bootimg
2828
CWM_EMMC_BOOT_DEVICE_SIZE := 0x00600000
2929
CWM_EMMC_RECOVERY_DEVICE_NAME := /dev/recovery
3030
CWM_EMMC_RECOVERY_DEVICE_SIZE := 0x00600000
31+
CWM_EMMC_UBOOT_DEVICE_NAME := /dev/uboot
32+
CWM_EMMC_UBOOT_DEVICE_SIZE := 0x00060000
3133

3234
# Partition sizes
3335
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00600000

recovery/recovery.fstab

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/external_sd vfat /dev/block/mmcblk1p1
77
/boot emmc /dev/bootimg
88
/recovery emmc /dev/recovery
9+
/uboot emmc /dev/uboot

0 commit comments

Comments
 (0)