]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TQM8xx: add device tree support for TQM8xx based boards.
authorHeiko Schocher <hs@denx.de>
Tue, 9 Feb 2010 14:50:21 +0000 (15:50 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 11 Mar 2010 23:04:52 +0000 (00:04 +0100)
commit6ed3b9d44c359bc829e9acd0a55fcd1c3e82b6ae
tree4ff8ffc886e0ac813957bd6e43edb3bf9f26b2d9
parent143cd21fe22e69bf0cdaefd57be98f07ed8f04fa
TQM8xx: add device tree support for TQM8xx based boards.

Also use hwconfig to configure whether the board has a FEC or not.
We then can adjust the DTS to tell Linux if there is a FEC present.

syntax:

hwconfig=fec:on   if hardware has a  FEC
hwconfig=fec:off  if hardware has no FEC

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/tqc/tqm8xx/tqm8xx.c