diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-06-04 21:45:23 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 14:02:03 -0400 |
commit | 9508ecfbcb1a3884de136ec59e3228ad6d8efbb9 (patch) | |
tree | dd2bd3d5b3573a60673c838b464b818c786593d0 /arch/arm/mach-sunxi | |
parent | 1b65c86e8743a2a3f0147a599ea37e46f917a5b1 (diff) | |
download | u-boot-9508ecfbcb1a3884de136ec59e3228ad6d8efbb9.tar.gz |
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 <judge.packham@gmail.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-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 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. */ |