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

Commit c28150ee authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2/3: Remove OMAP2_PRCM_BASE



It's currently unused, and processor specific defines should
be used instead.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8a424bb3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -87,12 +87,10 @@

#if defined(CONFIG_ARCH_OMAP2420)

#define OMAP2_PRCM_BASE		OMAP2420_PRCM_BASE
#define OMAP2_CM_BASE		OMAP2420_CM_BASE

#elif defined(CONFIG_ARCH_OMAP2430)

#define OMAP2_PRCM_BASE		OMAP2430_PRCM_BASE
#define OMAP2_CM_BASE		OMAP2430_CM_BASE

#endif