diff options
author | Wolfgang Denk <wd@denx.de> | 2009-09-07 23:12:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-07 23:12:46 +0200 |
commit | 3ea43ff7738582e2ed00a2ede532c702f7b1d737 (patch) | |
tree | 4377a47f1c3df1a1f8d899975756a02acc807486 /doc | |
parent | 9f23ca42b3ba19b24e66fade572f2b86d929b6e8 (diff) | |
parent | 2d4072c06b5549444e4140231bba3d47d9b0bc53 (diff) | |
download | u-boot-imx-3ea43ff7738582e2ed00a2ede532c702f7b1d737.zip u-boot-imx-3ea43ff7738582e2ed00a2ede532c702f7b1d737.tar.gz u-boot-imx-3ea43ff7738582e2ed00a2ede532c702f7b1d737.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.timll | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README.timll b/doc/README.timll new file mode 100644 index 0000000..609bf51 --- /dev/null +++ b/doc/README.timll @@ -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 |