|
@@ -5,6 +5,9 @@
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
#ifndef __ASM_ARCH_MEMORY_H
|
|
#define __ASM_ARCH_MEMORY_H
|
|
#define __ASM_ARCH_MEMORY_H
|
|
|
|
|
|
|
|
+/* REVISIT: omap1 legacy drivers still rely on this */
|
|
|
|
+#include <mach/soc.h>
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Bus address is physical address, except for OMAP-1510 Local Bus.
|
|
* Bus address is physical address, except for OMAP-1510 Local Bus.
|
|
* OMAP-1510 bus address is translated into a Local Bus address if the
|
|
* OMAP-1510 bus address is translated into a Local Bus address if the
|
|
@@ -14,7 +17,6 @@
|
|
* because of the strncmp().
|
|
* because of the strncmp().
|
|
*/
|
|
*/
|
|
#if defined(CONFIG_ARCH_OMAP15XX) && !defined(__ASSEMBLER__)
|
|
#if defined(CONFIG_ARCH_OMAP15XX) && !defined(__ASSEMBLER__)
|
|
-#include <mach/soc.h>
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* OMAP-1510 Local Bus address offset
|
|
* OMAP-1510 Local Bus address offset
|