From: Chris Packham Date: Mon, 4 Jun 2018 09:45:23 +0000 (+1200) Subject: ARM: sunxi: remove empty #ifdef/endif block X-Git-Tag: v2018.07-rc2~34 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=9508ecfbcb1a3884de136ec59e3228ad6d8efbb9 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 --- diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index 7ac8360c01..58fef05bd7 100644 --- a/arch/arm/mach-sunxi/board.c +++ b/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. */