mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
* Patches by Thomas Viehweger, 16 Mar 2004:
- show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
This commit is contained in:
parent
109c0e3ad3
commit
4b9206ed51
35 changed files with 365 additions and 345 deletions
|
@ -49,7 +49,7 @@ RarpHandler(uchar * dummi0, unsigned dummi1, unsigned dummi2, unsigned dummi3)
|
|||
{
|
||||
char *s;
|
||||
#ifdef DEBUG
|
||||
printf("Got good RARP\n");
|
||||
puts ("Got good RARP\n");
|
||||
#endif
|
||||
if ((s = getenv("autoload")) != NULL) {
|
||||
if (*s == 'n') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue