diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-08-18 14:52:32 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-08-18 14:52:32 +0100 |
commit | def77542ad81d69f129a619eb56fd59794931a0a (patch) | |
tree | 9750e5b1d1793825dc65938adf4eb62a78af8b1b /conf/machine/da830-omapl137-evm.conf | |
parent | 3942e499aea0ea4b64ca53fdc06a9495bf4fd503 (diff) | |
parent | 0490edf988c3f4eaec594156d97015c0a6470578 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/da830-omapl137-evm.conf')
-rw-r--r-- | conf/machine/da830-omapl137-evm.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/da830-omapl137-evm.conf b/conf/machine/da830-omapl137-evm.conf new file mode 100644 index 0000000000..c891f7a903 --- /dev/null +++ b/conf/machine/da830-omapl137-evm.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: DA830 CPUs on a DA830/OMAPL137 EVM board +#@DESCRIPTION: Machine configuration for the TI DA830/OMAPL137 EVM board + +require conf/machine/include/davinci.inc + +UBOOT_MACHINE = "da830_omapl137_config" +UBOOT_ENTRYPOINT = "0xc0008000" +UBOOT_LOADADDRESS = "0xc0008000" + +MACHINE_FEATURES = "kernel26 serial ethernet" + +SERIAL_CONSOLE = "115200 ttyS2" |