From: Kyungmin Park Date: Tue, 18 Dec 2007 01:33:01 +0000 (+0900) Subject: ARM: OMAP: Remove undefined CONFIG_ARCH_OMAP242X X-Git-Tag: v2.6.24-omap1~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a0cb7da8c222b3bf1beac6adea6708d4b8143a;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed