diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-01-10 17:59:07 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-12 00:25:03 +0100 |
commit | efc6f447c1b940d1650c4b854c5598a595ddc3da (patch) | |
tree | e1067e6f52b638761d58d0d6f71f4f22ceb170ff /Makefile | |
parent | 34d51566bc4fb537da9f833aa67169c79cc69a97 (diff) | |
download | u-boot-imx-efc6f447c1b940d1650c4b854c5598a595ddc3da.zip u-boot-imx-efc6f447c1b940d1650c4b854c5598a595ddc3da.tar.gz u-boot-imx-efc6f447c1b940d1650c4b854c5598a595ddc3da.tar.bz2 |
Add support for the TK885D baseboard from TELE-DATA
The TK885D board uses a TQM885D module from TQ, this port adds an
own configuration file and adds a last_stage_init() method to
configure the two PHYs, depending on the phy_auto_nego environment
variable.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1062,6 +1062,7 @@ TQM860M_config \ TQM862M_config \ TQM866M_config \ TQM885D_config \ +TK885D_config \ virtlab2_config: unconfig @mkdir -p $(obj)include @ >$(obj)include/config.h |