[U-Boot] [PATCH] powerpc/85xx: Add support for new P102x/P2020 RDB style boards
Tabi Timur-B04825
B04825 at freescale.com
Wed Jul 27 14:58:14 CEST 2011
On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala <galak at kernel.crashing.org> wrote:
> +/* CCSRBAR PHYSICAL Address */
> +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
> + SPL code*/
> +#if defined(CONFIG_NAND_U_BOOT) && defined(CONFIG_NAND_SPL)
> +#define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_DEFAULT
> +#else
> +#ifdef CONFIG_PHYS_64BIT
> +#define CONFIG_SYS_CCSRBAR_PHYS 0xfffe00000ull
> +#else
> +#define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR /* physical addr of */
> + /* CCSRBAR */
> +#endif
> +#endif
> +#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR /* PQII uses */
> + /* CONFIG_SYS_IMMR */
This conflicts with the CCSR patch I posted a couple days ago. What
order are you going to be applying these patches?
--
Timur Tabi
Linux kernel developer at Freescale
More information about the U-Boot
mailing list