1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 06:18:13 +00:00

Revert "wic: create SD card with 3 partitions for testing"

This reverts commit 6bca11098b.
This commit is contained in:
Denys Dmytriyenko
2020-05-09 01:56:05 +00:00
parent 1dd455890e
commit f6e024415b
5 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -61,6 +61,6 @@ TI_PDK_LIMIT_SOCS = "am335x"
TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
IMAGE_FSTYPES += "tar.xz wic.xz"
WKS_FILE ?= "sdimage-3part.wks"
WKS_FILE ?= "sdimage-bootpart.wks"
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
do_image_wic[depends] += "u-boot:do_deploy"