blob: 5835c8b4edf38703a244b3e895c067a72b11e099 (
plain)
1
2
3
4
5
6
|
# beagleplay has a k3r5 BBMULTICONFIG to build its bootloader
# and firmware, need to use an override to set DEFAULTTUNE back to
# what that machine configuration needs.
DEFAULTTUNE:k3r5 = "armv7athf"
TI_COMMON_DEPLOY := "${TMPDIR}/deploy"
|