summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-17 16:21:09 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-17 16:21:09 +0200
commit701c3abc90d0cc32687555088171265cc372635a (patch)
tree8351530bc7be50787686e77f0aff329e9e3c1720 /conf
parented62a153d60ff32f303470eccc9482a23b005b14 (diff)
downloadmeta-ti-701c3abc90d0cc32687555088171265cc372635a.tar.gz
beaglebone: use proper SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 77d92a77..56a3948a 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -10,7 +10,7 @@ XSERVER = "xserver-xorg \
10# Only has DVI connector for external screen 10# Only has DVI connector for external screen
11GUI_MACHINE_CLASS = "bigscreen" 11GUI_MACHINE_CLASS = "bigscreen"
12 12
13require conf/machine/include/omap3.inc 13require conf/machine/include/ti33x.inc
14EXTRA_IMAGEDEPENDS = "u-boot" 14EXTRA_IMAGEDEPENDS = "u-boot"
15 15
16PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel" 16PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel"