We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c4ffb commit 52eace6Copy full SHA for 52eace6
BoardConfig.mk
@@ -28,6 +28,8 @@ CWM_EMMC_BOOT_DEVICE_NAME := /dev/bootimg
28
CWM_EMMC_BOOT_DEVICE_SIZE := 0x00600000
29
CWM_EMMC_RECOVERY_DEVICE_NAME := /dev/recovery
30
CWM_EMMC_RECOVERY_DEVICE_SIZE := 0x00600000
31
+CWM_EMMC_UBOOT_DEVICE_NAME := /dev/uboot
32
+CWM_EMMC_UBOOT_DEVICE_SIZE := 0x00060000
33
34
# Partition sizes
35
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00600000
recovery/recovery.fstab
@@ -6,3 +6,4 @@
6
/external_sd vfat /dev/block/mmcblk1p1
7
/boot emmc /dev/bootimg
8
/recovery emmc /dev/recovery
9
+/uboot emmc /dev/uboot
0 commit comments