omap: Fix compile for early_param and omap_smc1
authorTony Lindgren <tony@atomide.com>
Tue, 9 Mar 2010 22:59:48 +0000 (14:59 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Mar 2010 00:39:58 +0000 (16:39 -0800)
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 <tony@atomide.com>

No differences found