Files
u-boot-tk1-som/arch
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-05-27 15:39:52 -04:00
2016-05-27 15:39:53 -04:00
2016-02-06 12:00:59 +01:00
2016-03-22 12:16:16 -04:00