Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b79dbdef authored by David Brownell's avatar David Brownell Committed by Kevin Hilman
Browse files

davinci: remove remnants of IRAM allocator



Remove remnants of dm6446-specific SRAM allocator, as preparation for
a more generic replacement.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 96ed299f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -208,10 +208,6 @@ void edma_clear_event(unsigned channel);
void edma_pause(unsigned channel);
void edma_resume(unsigned channel);

/* UNRELATED TO DMA */
int davinci_alloc_iram(unsigned size);
void davinci_free_iram(unsigned addr, unsigned size);

/* platform_data for EDMA driver */
struct edma_soc_info {

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
 * Definitions
 **************************************************************************/
#define DAVINCI_DDR_BASE    0x80000000
#define DAVINCI_IRAM_BASE   0x00008000 /* ARM Internal RAM */

#define PHYS_OFFSET DAVINCI_DDR_BASE