diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 42637158df..a316207775 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
@@ -35,3 +35,5 @@ UBOOT_ENTRYPOINT = "0x80008000" | |||
35 | UBOOT_LOADADDRESS = "0x80008000" | 35 | UBOOT_LOADADDRESS = "0x80008000" |
36 | 36 | ||
37 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" | 37 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" |
38 | |||
39 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} MLO" | ||