From: Tony Lindgren Date: Tue, 9 Mar 2010 22:59:48 +0000 (-0800) Subject: omap: Fix compile for early_param and omap_smc1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff6baf45cd23593592e5786ccd607bdc8785f4c;p=pandora-kernel.git omap: Fix compile for early_param and omap_smc1 Commit 2b0d8c251b8876d530a6bf671eb5425838fa698a changed ARM to use the common early_param code. Fix compile for omaps accordingly. Commit d309427e792ea750cdd312e7a92cf6047ae44962 added support for CACHE_L2X0, this however breaks multi-omap builds for V6 because of dsb and smc. NOTE: The proper fix is to separate omap_smc1 into a separate .S file and compile it with -Wa,-march=armv7-a flags. Not-Yet-Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed