Oct 13, 2010 at 8:00 PM,  <harninder....@freescale.com> wrote:
> From: Harninder Rai <harninder....@freescale.com>
>
> It adds cache-sram support in P1/P2 QorIQ platforms as under:
>
>    * A small abstraction over powerpc's remote heap allocator
>    * Exports mpc85xx_cache_sram_alloc()/free() APIs
>    * Supports only one contiguous SRAM window
>    * Drivers can do the following in Kconfig to use these APIs
>        "select FSL_85XX_CACHE_SRAM if MPC85xx"

You are missing the definition of this option in Kconfig like:

+config FSL_85XX_CACHE_SRAM
+       bool
+       select PPC_LIB_RHEAP
+

The select won't work actually.

Furthermore, MPC85xx config has been changed to FSL_SOC_BOOKE

- Leo
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to