Michael Schwingen
517c5dfed5
update/fix AcTux1 board
...
Signed-off-by: Michael Schwingen <michael@schwingen.org >
2011-06-23 08:25:18 +02:00
Wolfgang Denk
f0c0b3a9e6
Fix incorrect use of getenv() before relocation
...
A large number of boards incorrectly used getenv() in their board init
code running before relocation. In some cases this caused U-Boot to
hang when certain environment variables grew too long.
Fix the code to use getenv_r().
Signed-off-by: Wolfgang Denk <wd@denx.de >
Cc: Stefan Roese <sr@denx.de >
Cc: The LEOX team <team@leox.org >
Cc: Michael Schwingen <michael@schwingen.org >
Cc: Georg Schardt <schardt@team-ctech.de >
Cc: Werner Pfister <Pfister_Werner@intercontrol.de >
Cc: Dirk Eibach <eibach@gdsys.de >
Cc: Peter De Schrijver <p2@mind.be >
Cc: John Zhan <zhanz@sinovee.com >
Cc: Rishi Bhattacharya <rishi@ti.com >
Cc: Peter Tyser <ptyser@xes-inc.com >
2011-05-12 19:48:42 +02:00
Mike Frysinger
8ef583a035
miiphy: convert to linux/mii.h
...
The include/miiphy.h header duplicates a lot of things from linux/mii.h.
So punt all the things that overlap to keep the API simple and to make
merging between U-Boot and Linux simpler.
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
2011-01-09 18:06:50 +01:00
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-10-18 21:54:03 +02:00
Jean-Christophe PLAGNIOL-VILLARD
c9bcf75fec
actua1/actua2/actua3: Fix multiple unused variable warnings
...
- actua1:
actux1.c: In function 'checkboard':
actux1.c:92: warning: unused variable 'revision'
- actua2:
actux2.c: In function 'checkboard':
actux2.c💯 warning: unused variable 's'
actux2.c:99: warning: unused variable 'revision'
actux2.c: In function 'reset_phy':
actux2.c:130: warning: unused variable 'i'
- actua3:
actux3.c: In function 'checkboard':
actux3.c:114: warning: unused variable 'revision'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-03-02 21:12:06 +01:00
Michael Schwingen
ea99e8f05b
add AcTux-1 board support
...
Signed-off-by: Michael Schwingen <michael@schwingen.org >
2008-01-18 01:00:02 +01:00