aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
deleted file mode 100644
index cce8fd09..00000000
--- a/conf/machine/beaglebone.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-#@TYPE: Machine
-#@NAME: BeagleBone machine
-#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
-
-require conf/machine/include/ti33x.inc
-
-KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \
- am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
- am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
-
-# Only has DVI connector for external screen
-MACHINE_GUI_CLASS = "bigscreen"
-
-SERIAL_CONSOLES = "115200;ttyS0"
-
-IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"