* [U-Boot-Users] mx21ads patch
@ 2005-09-19 15:06 Livio Tenze
2005-09-21 1:51 ` Tomko
0 siblings, 1 reply; 2+ messages in thread
From: Livio Tenze @ 2005-09-19 15:06 UTC (permalink / raw)
To: u-boot
Hi all!!
I am trying to use the mx21ads patch for the u-boot-1.1.3 but I have
some problems in configuring the ethernet adapter cs8900: when I
properly set the related definitions
/*
* CS8900 Ethernet drivers
*/
#define CONFIG_DRIVER_CS8900 1 /* we don't have a CS8900 on-board */
#define CS8900_BASE 0x15000300
#define CS8900_BUS16 1 /* the Linux driver does accesses as
shorts */
an error occurs at the compile-time (unreferenced cs8900_get_enetaddr or
something similar).
How can I correctly set the ethernet adapter?
May you help me?
Thanks in advance!
Livio
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] mx21ads patch
2005-09-19 15:06 [U-Boot-Users] mx21ads patch Livio Tenze
@ 2005-09-21 1:51 ` Tomko
0 siblings, 0 replies; 2+ messages in thread
From: Tomko @ 2005-09-21 1:51 UTC (permalink / raw)
To: u-boot
Hi Livio,
I did not port cs8900 in the patch , so i should have comment the
statment with
"//#define CONFIG_DRIVER_CS8900 1" in mx21ads.h .
if you uncomment this , the compiler will compile the function
cs8900_get_enetaddr in lib_arm/board.c
which will result in error as i did not implement this fucntion in mx21ads .
Regards,
TOM
Livio Tenze wrote:
> Hi all!!
> I am trying to use the mx21ads patch for the u-boot-1.1.3 but I have
> some problems in configuring the ethernet adapter cs8900: when I
> properly set the related definitions
> /*
> * CS8900 Ethernet drivers
> */
> #define CONFIG_DRIVER_CS8900 1 /* we don't have a CS8900
> on-board */
> #define CS8900_BASE 0x15000300
> #define CS8900_BUS16 1 /* the Linux driver does accesses as
> shorts */
>
> an error occurs at the compile-time (unreferenced cs8900_get_enetaddr
> or something similar).
> How can I correctly set the ethernet adapter?
> May you help me?
>
> Thanks in advance!
> Livio
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-21 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-19 15:06 [U-Boot-Users] mx21ads patch Livio Tenze
2005-09-21 1:51 ` Tomko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox