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