aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hawkboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/hawkboard.conf')
-rw-r--r--conf/machine/hawkboard.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
new file mode 100644
index 0000000000..5a9df79ade
--- /dev/null
+++ b/conf/machine/hawkboard.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: OMAP-L138 based board
+#@DESCRIPTION: Machine configuration for the TI Hawkboard
+
+require conf/machine/include/davinci.inc
+
+UBOOT_MACHINE = "da850_omapl138_evm_config"
+UBOOT_ENTRYPOINT = "0xc0008000"
+UBOOT_LOADADDRESS = "0xc0008000"
+
+MACHINE_FEATURES = "kernel26 serial ethernet ide screen"
+
+SERIAL_CONSOLE = "115200 ttyS2"