|
@@ -1233,8 +1233,8 @@ static struct davinci_soc_info davinci_soc_info_da850 = {
|
|
|
.gpio_irq = IRQ_DA8XX_GPIO0,
|
|
|
.serial_dev = &da8xx_serial_device,
|
|
|
.emac_pdata = &da8xx_emac_pdata,
|
|
|
- .sram_dma = DA8XX_ARM_RAM_BASE,
|
|
|
- .sram_len = SZ_8K,
|
|
|
+ .sram_dma = DA8XX_SHARED_RAM_BASE,
|
|
|
+ .sram_len = SZ_128K,
|
|
|
};
|
|
|
|
|
|
void __init da850_init(void)
|