diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-02-02 09:03:55 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-14 14:42:42 -0500 |
commit | 2ec1fc4e169acc0b8d6733ff028fd52e766773d9 (patch) | |
tree | 62c8f98055416777963a1465227e0df434db1b9e /arch/arm/mach-omap2/Kconfig | |
parent | 1e056dddabc1b7a909d1f992fefb1d5d5bc8ff0d (diff) |
ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback
arm_memblock_steal() is not suppose to be used outside ->reserve callback.
OMAP barrier errata code was using it outside reserve callback and hence
it was broken.
Move the allocation as part of ->reserve callback to fix the it.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 41e6612ecbaf..ac6b1d3554d8 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -365,8 +365,8 @@ config OMAP3_SDRC_AC_TIMING | |||
365 | going on could result in system crashes; | 365 | going on could result in system crashes; |
366 | 366 | ||
367 | config OMAP4_ERRATA_I688 | 367 | config OMAP4_ERRATA_I688 |
368 | bool "OMAP4 errata: Async Bridge Corruption (BROKEN)" | 368 | bool "OMAP4 errata: Async Bridge Corruption" |
369 | depends on ARCH_OMAP4 && BROKEN | 369 | depends on ARCH_OMAP4 |
370 | select ARCH_HAS_BARRIERS | 370 | select ARCH_HAS_BARRIERS |
371 | help | 371 | help |
372 | If a data is stalled inside asynchronous bridge because of back | 372 | If a data is stalled inside asynchronous bridge because of back |