Przeglądaj źródła

ARM: sunxi: remove empty #ifdef/endif block

Whatever code this was guarding has been removed so remove the guards
too.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Chris Packham 7 lat temu
rodzic
commit
9508ecfbcb
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      arch/arm/mach-sunxi/board.c

+ 0 - 3
arch/arm/mach-sunxi/board.c

@@ -207,9 +207,6 @@ void s_init(void)
 	eth_init_board();
 }
 
-#ifdef CONFIG_SPL_BUILD
-#endif
-
 /* The sunxi internal brom will try to loader external bootloader
  * from mmc0, nand flash, mmc2.
  */