]> git.sur5r.net Git - u-boot/commitdiff
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 7ac8360c0117a824fc17c606f3e5f563fd6a585a..58fef05bd737b57bdcc27b90087bfe1fb4421ab6 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.
  */