mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-16 00:57:40 +07:00
OMAP: common.c: remove init call to vram
OMAP specific vram allocator is no longer used, and we can remove init call to the vram allocator. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e8ead7b50d
commit
b022e17b1c
@ -17,7 +17,6 @@
|
|||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
|
|
||||||
#include <plat/common.h>
|
#include <plat/common.h>
|
||||||
#include <plat/vram.h>
|
|
||||||
#include <linux/platform_data/dsp-omap.h>
|
#include <linux/platform_data/dsp-omap.h>
|
||||||
#include <plat/dma.h>
|
#include <plat/dma.h>
|
||||||
|
|
||||||
@ -25,7 +24,6 @@
|
|||||||
|
|
||||||
void __init omap_reserve(void)
|
void __init omap_reserve(void)
|
||||||
{
|
{
|
||||||
omap_vram_reserve_sdram_memblock();
|
|
||||||
omap_dsp_reserve_sdram_memblock();
|
omap_dsp_reserve_sdram_memblock();
|
||||||
omap_secure_ram_reserve_memblock();
|
omap_secure_ram_reserve_memblock();
|
||||||
omap_barrier_reserve_memblock();
|
omap_barrier_reserve_memblock();
|
||||||
|
Loading…
Reference in New Issue
Block a user