summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-09 01:56:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-09 01:56:05 +0000
commitf6e024415b42adaa0d6ca04da83c86dcf92dfd87 (patch)
tree66d177678ddf2358de5b1874992fdc496cfa8030 /conf/machine/include/ti33x.inc
parent1dd455890e8c1b29b79f46a5ce3153acd9a7ea5a (diff)
downloadmeta-ti-zeus-next.tar.gz
Revert "wic: create SD card with 3 partitions for testing"zeus-nextzeus
This reverts commit 6bca11098ba58960e20fc2fcb26ed56b3d68dbc2.
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index db1df043..3c752d54 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -61,6 +61,6 @@ TI_PDK_LIMIT_SOCS = "am335x"
61TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" 61TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
62 62
63IMAGE_FSTYPES += "tar.xz wic.xz" 63IMAGE_FSTYPES += "tar.xz wic.xz"
64WKS_FILE ?= "sdimage-3part.wks" 64WKS_FILE ?= "sdimage-bootpart.wks"
65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
66do_image_wic[depends] += "u-boot:do_deploy" 66do_image_wic[depends] += "u-boot:do_deploy"