Files
u-boot-tk1-som/common
Stefan Roese 3e3c026ed7 devices: Use list_add_tail() instead of list_add() to register a device
This patch fixes a problem spotted on Glacier/Canyonlands (and most
likely lots of other board ports), that no serial output was seen
after console initialization in console_init_r(). This is because the
last added console device was used instead of the first added.

This patch fixes this problem by using list_add_tail() instead of
list_add() to register a device. This way the first added console
is used again.

Signed-off-by: Stefan Roese <sr@denx.de>
2008-09-05 13:27:01 +02:00
..
2008-08-06 14:05:38 +02:00
2008-04-18 00:31:41 -07:00
2008-08-31 04:24:55 +02:00
2008-05-21 00:14:08 +02:00
2008-06-03 20:28:50 +02:00
2008-08-26 23:45:47 +02:00
2008-08-06 14:05:38 +02:00
2008-08-21 01:35:09 +02:00
2008-08-21 01:33:58 +02:00
2008-08-06 14:05:38 +02:00
2008-05-21 00:14:08 +02:00
2008-03-25 22:16:15 +01:00
2008-06-03 20:32:25 +02:00
2008-06-03 20:28:50 +02:00
2008-08-31 04:24:55 +02:00
2008-05-21 00:14:08 +02:00
2008-04-24 17:21:55 +02:00
2008-05-21 00:14:08 +02:00
2008-08-31 04:24:55 +02:00
2008-08-06 14:05:38 +02:00
2003-06-27 21:31:46 +00:00
2008-05-21 00:14:08 +02:00
2008-08-13 11:00:19 -05:00
2008-08-06 14:05:38 +02:00
2008-08-31 04:24:55 +02:00
2002-08-17 09:36:01 +00:00
2008-08-31 04:24:55 +02:00
2006-08-31 16:46:53 +02:00