summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-08-15 18:18:16 -0500
committerPraneeth Bajjuri2018-09-04 15:30:39 -0500
commitfcd45fd55583c9c19e364eacb4720bd60b58b47b (patch)
tree977e3b382ee6e9f8221f902ffd11942345a3719e
parent911fc231a4ec417e605fac433c145b4ed1c1c0e6 (diff)
downloaddevice-ti-am65xevm-fcd45fd55583c9c19e364eacb4720bd60b58b47b.tar.gz
device-ti-am65xevm-fcd45fd55583c9c19e364eacb4720bd60b58b47b.tar.xz
device-ti-am65xevm-fcd45fd55583c9c19e364eacb4720bd60b58b47b.zip
Remove cache and recovery images
Cache is not used anymore and recovery is not needed as we can boot from an SD card to recover. Signed-off-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--BoardConfig.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 933371f..d209560 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -31,8 +31,7 @@ TARGET_2ND_CPU_VARIANT := cortex-a53
31TARGET_BOOTIMAGE_FIT := true 31TARGET_BOOTIMAGE_FIT := true
32TARGET_NO_BOOTLOADER := true # We use externally built U-Boot 32TARGET_NO_BOOTLOADER := true # We use externally built U-Boot
33TARGET_NO_RADIOIMAGE := true 33TARGET_NO_RADIOIMAGE := true
34 34TARGET_NO_RECOVERY := true
35USE_OPENGL_RENDERER := true
36 35
37# Use mke2fs to create ext4 images 36# Use mke2fs to create ext4 images
38TARGET_USES_MKE2FS := true 37TARGET_USES_MKE2FS := true
@@ -41,11 +40,9 @@ BOARD_FLASH_BLOCK_SIZE := 4096
41 40
42BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB 41BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB
43BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1GB 42BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1GB
44BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 # 256MB 43BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
45BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
46 44
47TARGET_USERIMAGES_USE_EXT4 := true 45TARGET_USERIMAGES_USE_EXT4 := true
48BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
49BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 46BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
50 47
51TARGET_COPY_OUT_VENDOR := vendor 48TARGET_COPY_OUT_VENDOR := vendor