All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomko <tomko@avantwave.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] question : How to get rid of compiling the network part
Date: Tue, 21 Jun 2005 18:28:41 +0800	[thread overview]
Message-ID: <42B7EBD9.2070507@avantwave.com> (raw)

Hi all,

I am porting the uboot and i want to get  rid of the network component 
at this moment, there is a function cs8900_get_enetaddr () at the 
start_armboot() of lib_arm/board.c (my program often hangs inside), i 
have set in my board/xxx.c that #undef CONFIG_DRIVER_CS8900 but after 
all many error from net/net.c occur . I there therefore set :
#define CONFIG_COMMANDS \
           (            & ~CFG_CMD_NET \
            )
in order to get rid of the comilation of the network part, but the 
compiler keep on compiling the network part and many errors occur, do 
anyone know how to solve this problem ?

Regards,
TOM

             reply	other threads:[~2005-06-21 10:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-21 10:28 Tomko [this message]
2005-06-21 11:33 ` [U-Boot-Users] question : How to get rid of compiling the network part Wolfgang Denk
2005-06-21 12:31 ` Sam Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B7EBD9.2070507@avantwave.com \
    --to=tomko@avantwave.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.