]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Remove undefined CONFIG_ARCH_OMAP242X
authorKyungmin Park <kyungmin.park@samsung.com>
Tue, 18 Dec 2007 01:33:01 +0000 (10:33 +0900)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Dec 2007 02:12:25 +0000 (18:12 -0800)
commit84a0cb7da8c222b3bf1beac6adea6708d4b8143a
treec4e9685ca36568dd7b7ce7c8e54354a04a489013
parent3f0f012ddec1c2c4ef47f0adcd6cfb38e8d7c91e
ARM: OMAP: Remove undefined CONFIG_ARCH_OMAP242X

Remove undefined CONFIG_ARCH_OMAP242X.
It boots on locked SRAM board.

Comment from Tony.
Additionally the #if defined(CONFIG_ARCH_OMAP242X) should not be
needed here. If not selected, the cpu_is_omapxxxx() functions
are if (0) {} functions and get optimized out.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sram.c