summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:23:17 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:23:17 +0200
commitc5a89b6c4bac0e2928585a12758f87ab76e7e208 (patch)
tree08ba830e74cb1229ceb898741cc8dc24d804fd42 /conf/machine/beaglebone.conf
downloadmeta-ti-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
new file mode 100644
index 00000000..8a83a1ae
--- /dev/null
+++ b/conf/machine/beaglebone.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: BeagleBone machine
3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
4
5require conf/machine/include/ti33x.inc
6
7# Only has DVI connector for external screen
8GUI_MACHINE_CLASS = "bigscreen"
9
10IMAGE_FSTYPES += "tar.gz"
11
12SERIAL_CONSOLE = "115200 ttyO0"
13
14UBOOT_MACHINE = "am335x_evm_config"