[U-Boot] [PATCH] integratorap: fix PCI support

Wolfgang Denk wd at denx.de
Fri Apr 3 23:16:18 CEST 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <1229198885-24298-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> 
> diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
> index 6ce3b4d..d7f617f 100644
> --- a/include/configs/integratorap.h
> +++ b/include/configs/integratorap.h
> @@ -143,7 +143,7 @@
>   * PCI definitions
>   */
>  
> -/*#define CONFIG_PCI			/--* include pci support	*/
> +#ifdef CONFIG_PCI			/* pci support	*/
>  #undef CONFIG_PCI_PNP
>  #define CONFIG_PCI_SCAN_SHOW	1	/* show pci devices on startup	*/
>  #define DEBUG
> @@ -151,7 +151,6 @@
>  #define CONFIG_EEPRO100
>  #define CONFIG_SYS_RX_ETH_BUFFER	8	/* use 8 rx buffer on eepro100	*/
>  
> -
>  #define INTEGRATOR_BOOT_ROM_BASE	0x20000000
>  #define INTEGRATOR_HDR0_SDRAM_BASE	0x80000000
>  
> @@ -279,6 +278,7 @@
>  #define INTEGRATOR_SC_PCIENABLE \
>  			(INTEGRATOR_SC_BASE + INTEGRATOR_SC_PCIENABLE_OFFSET)
>  
> +#endif /* CONFIG_PCI */

Do you plan to pull this into the ARM tree for the upcoming release?

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
G's Third Law:             In spite of all evidence  to  the  contra-
ry,  the  entire  universe  is composed of only two basic substances:
magic and bullshit.
H's Dictum:                There is no magic ...


More information about the U-Boot mailing list