summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 6f97361f..a744cd6f 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -58,3 +58,7 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa etherne
58# Set the list of device targets for ti-pdk class recipes 58# Set the list of device targets for ti-pdk class recipes
59TI_PDK_LIMIT_SOCS = "am335x" 59TI_PDK_LIMIT_SOCS = "am335x"
60TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" 60TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
61
62IMAGE_FSTYPES += "tar.xz wic.xz"
63WKS_FILE ?= "sdimage-bootpart.wks"
64IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"