ARM: sunxi: remove empty #ifdef/endif block
authorChris Packham <judge.packham@gmail.com>
Mon, 4 Jun 2018 09:45:23 +0000 (21:45 +1200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:02:03 +0000 (14:02 -0400)
Whatever code this was guarding has been removed so remove the guards
too.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
arch/arm/mach-sunxi/board.c

index 7ac8360..58fef05 100644 (file)
@@ -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.
  */