Hi Harninder,
On Wed, 2010-10-13 at 14:47 +0530, harninder@freescale.com wrote:
> +int __init instantiate_cache_sram(struct platform_device *dev,
> + struct sram_parameters sram_params)
> +{
> + if (cache_sram) {
> + dev_err(&dev->dev, "Already initialized cache-sra
From: Harninder Rai
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 us