diff options
| author | Wolfgang Denk <[email protected]> | 2012-04-29 23:57:39 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2012-07-29 15:42:02 +0200 |
| commit | 702e6014f15b307f144fa03ecaf83a8446c6802a (patch) | |
| tree | 8c9360248c257f52c1487d9e6cbba3f2dc38e294 /board/timll/devkit8000 | |
| parent | 631fea8f2d70aa5eb7c49b33039971dfc61bba88 (diff) | |
doc: cleanup - move board READMEs into respective board directories
Also drop a few files referring to no longer / not yet supported
boards.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Kim Phillips <[email protected]>
Cc: Andy Fleming <[email protected]>
Cc: Jason Jin <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Acked-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'board/timll/devkit8000')
| -rw-r--r-- | board/timll/devkit8000/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/timll/devkit8000/README b/board/timll/devkit8000/README new file mode 100644 index 00000000000..609bf51aee2 --- /dev/null +++ b/board/timll/devkit8000/README @@ -0,0 +1,15 @@ +DevKit8000 +========== + +The OMAP3 DevKit8000 from Embest/Timll is a clone of the OMAP3 beagle board +with Ethernet and Touch Screen controller on board. + +For more information go to: +http://www.embedinfo.com/English/Product/devkit8000.asp + +There's no real MAC address available. +If ethaddr is not set, 5 Bytes of the OMAP Die ID will be used. + +Build: +make devkit8000_config +make |
