diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-03-05 15:09:09 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-11 16:47:43 -0400 |
| commit | 24520543b12d8f05f8bf6ab18d3cc4dca23b6c31 (patch) | |
| tree | 3aa3949a6ad9a73a2b96dc0ab9a14449902fe397 /conf/machine | |
| parent | 3cb6c8fb6e05de3bc7f2ef7ddd1d5886ff69eae8 (diff) | |
| download | meta-ti-24520543b12d8f05f8bf6ab18d3cc4dca23b6c31.tar.gz | |
hawkboard: remove machine definition, since it's unsupported
There is no support for this board from meta-ti. Plus I don't have the board.
If there's anyone willing to maintain it, please let me know.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/hawkboard.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf deleted file mode 100644 index b6e7f2d0..00000000 --- a/conf/machine/hawkboard.conf +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: OMAP-L138 based board | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Hawkboard | ||
| 4 | |||
| 5 | require conf/machine/include/davinci.inc | ||
| 6 | require conf/machine/include/omapl138.inc | ||
| 7 | |||
| 8 | UBOOT_MACHINE = "da850_omapl138_evm_config" | ||
| 9 | UBOOT_ENTRYPOINT = "0xc0008000" | ||
| 10 | UBOOT_LOADADDRESS = "0xc0008000" | ||
| 11 | |||
| 12 | MACHINE_FEATURES = "kernel26 serial ethernet ide screen" | ||
| 13 | |||
| 14 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 15 | # From dmesg: | ||
| 16 | # UBI: smallest flash I/O unit: 2048 | ||
| 17 | # UBI: logical eraseblock size: 126976 bytes | ||
| 18 | # from ubiattach stdout: | ||
| 19 | # UBI device number 0, total 971 LEBs (123293696 bytes, 117.6 MiB), available 958 LEBs (121643008 bytes, 116.0 MiB), LEB size 126976 bytes (124.0 KiB) | ||
| 20 | MKUBIFS_ARGS = "-m 2048 -e 126976 -c 948" | ||
| 21 | |||
| 22 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 23 | # from dmesg: | ||
| 24 | # UBI: smallest flash I/O unit: 2048 | ||
| 25 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
| 26 | # UBI: sub-page size: 512 | ||
| 27 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | ||
| 28 | |||
| 29 | SERIAL_CONSOLE = "115200 ttyS2" | ||
