From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Mon, 4 Jun 2018 21:45:23 +1200 Subject: [U-Boot] [PATCH 3/3] ARM: sunxi: remove empty #ifdef/endif block In-Reply-To: <20180604094523.23876-1-judge.packham@gmail.com> References: <20180604094523.23876-1-judge.packham@gmail.com> Message-ID: <20180604094523.23876-3-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Whatever code this was guarding has been removed so remove the guards too. Signed-off-by: Chris Packham --- arch/arm/mach-sunxi/board.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index 7ac8360c0117..58fef05bd737 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. */ -- 2.17.0