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

Commit 489a1b5b authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-iop32x: remove mach/memory.h

parent b890f6b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -452,6 +452,7 @@ config ARCH_IOP32X
	select PLAT_IOP
	select PLAT_IOP
	select PCI
	select PCI
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select NO_MACH_MEMORY_H
	help
	help
	  Support for Intel's 80219 and IOP32X (XScale) family of
	  Support for Intel's 80219 and IOP32X (XScale) family of
	  processors.
	  processors.
+0 −13
Original line number Original line Diff line number Diff line
/*
 * arch/arm/mach-iop32x/include/mach/memory.h
 */

#ifndef __MEMORY_H
#define __MEMORY_H

/*
 * Physical DRAM offset.
 */
#define PLAT_PHYS_OFFSET	UL(0xa0000000)

#endif