]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: sunxi: allow building without reset controller
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 May 2014 15:14:57 +0000 (17:14 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 26 May 2014 19:27:22 +0000 (21:27 +0200)
commit4d7e7361b1b42c2e92a57b8b7c5c5b7f9c387bd5
treec615390db16daec85713a94bbc59fd115d23a2b4
parent19e81de03abdb82a6dc4d51dfd68330b2e934625
ARM: sunxi: allow building without reset controller

The sunxi reset controller code is only used with sun6i (a31).
After the platform has been split up into per-soc options, it's
now possible to build it without the reset controller code, so
the base platform init must not call into the reset driver
if that is turned off at compile time.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-sunxi/sunxi.c