diff options
| author | Chris Packham <[email protected]> | 2018-06-04 21:45:23 +1200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-18 14:02:03 -0400 |
| commit | 9508ecfbcb1a3884de136ec59e3228ad6d8efbb9 (patch) | |
| tree | dd2bd3d5b3573a60673c838b464b818c786593d0 | |
| parent | 1b65c86e8743a2a3f0147a599ea37e46f917a5b1 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/mach-sunxi/board.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index 7ac8360c011..58fef05bd73 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. */ |
