]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF
authorTom Rini <trini@ti.com>
Wed, 31 Oct 2012 05:23:28 +0000 (22:23 -0700)
committerTom Rini <trini@ti.com>
Wed, 31 Oct 2012 05:23:28 +0000 (22:23 -0700)
commit57f588be60eac8135cdfb366237fbf6e6dc2d316
treee57ea33a2786f4d3db452a90e626c12c5c5a2278
parent9cd7b4cdca2500608b218fb4de215eddd8e66111
omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF

When CONFIG_SYS_L2CACHE_OFF is defined we end up with a few warnings
currently.  Re-order functions so that we don't have that anymore.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap3/board.c