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

Commit 8cfc1ef9 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

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

parent 7743a087
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ config ARCH_IOP33X
	select PLAT_IOP
	select PCI
	select ARCH_REQUIRE_GPIOLIB
	select NO_MACH_MEMORY_H
	help
	  Support for Intel's IOP33X (XScale) family of processors.

+0 −13
Original line number Diff line number Diff line
/*
 * arch/arm/mach-iop33x/include/mach/memory.h
 */

#ifndef __MEMORY_H
#define __MEMORY_H

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

#endif