[U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

Wolfgang Denk wd at denx.de
Sun Sep 7 01:35:11 CEST 2008


Dear Graeme Russ,

In message <1220738100.6322.10.camel at devel> you wrote:
> Attempt to bring i386 / sc520 inline with master
> 
> Lesson learnt - do not cut and paste into gmail

Indeed. And make sure your mailer doesn't wrap long lines...

Ideally, use git-send-email to send the messages.

> --- a/board/sc520_cdp/sc520_cdp.c
> +++ b/board/sc520_cdp/sc520_cdp.c
> @@ -114,7 +114,7 @@ static void irq_init(void)
>  
>  }
>  
> -
> +#ifdef CONFIG_PCI
>  /* PCI stuff */
>  static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose,
> pci_dev_t dev)
^^^^^^^^^^^^^^^^
Line wrapped.

>  {
> @@ -129,7 +129,7 @@ static void pci_sc520_cdp_fixup_irq(struct
> pci_controller *hose, pci_dev_t dev)
>         };
>         static int next_irq_index=0;
>  
> -       char tmp_pin;
> +       uchar tmp_pin;
>         int pin;
>  
>         pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN,
> &tmp_pin);
^^^^^^^^^^^^
Line wrapped.

etc. etc.

Sorry, patch is corrupted again.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I have made mistakes, but have never made the mistake of  claiming  I
never made one.                                     - James G. Bennet


More information about the U-Boot mailing list