Files
u-boot/arch/arm
Masahiro Yamada 6441e3deb4 ARM: move #ifdef to match the error handling code
Match the #ifdef ... #endif and the code,

   ret = do_something();
   if (ret)
           return ret;

This will make it easier to add more #ifdef'ed code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-06-24 17:23:13 -04:00
..
2016-06-24 17:23:12 -04:00
2016-06-20 22:44:00 +02:00
2016-04-01 17:17:39 -04:00
2016-06-02 21:21:34 -04:00