ARM: uniphier: do not run harmful code for USB boot mode of LD11 ES3
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Oct 2016 14:47:06 +0000 (23:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Oct 2016 08:24:30 +0000 (17:24 +0900)
commit9c5313dc095ccab69dc9a0e100cdbda62369d4fb
treeb1b73adcf3e250d52eb2bc29e5a03e0abcd3b3ec
parent76466bd7be58c0059e5d44b31907cd1066b9697b
ARM: uniphier: do not run harmful code for USB boot mode of LD11 ES3

The USB boot without the stand-by MPU is available on ES3 or later
of LD11 SoC, but the code in this if-conditional block must not be
run when booting from USB.  Check if the boot device is USB, and
skip the code in the case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/clk/clk-ld11.c