diff mbox series

[U-Boot,3/3] ARM: sunxi: remove empty #ifdef/endif block

Message ID 20180604094523.23876-3-judge.packham@gmail.com
State Accepted
Commit 9508ecfbcb1a3884de136ec59e3228ad6d8efbb9
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/3] configs: Remove empty #ifdef/#ifndef blocks | expand

Commit Message

Chris Packham June 4, 2018, 9:45 a.m. UTC
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 | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini June 19, 2018, 6:41 p.m. UTC | #1
On Mon, Jun 04, 2018 at 09:45:23PM +1200, Chris Packham wrote:

> Whatever code this was guarding has been removed so remove the guards
> too.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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.
  */