
27 Jul
2011
27 Jul
'11
2:58 p.m.
On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala galak@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