projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b65c86
)
ARM: sunxi: remove empty #ifdef/endif block
author
Chris Packham
<judge.packham@gmail.com>
Mon, 4 Jun 2018 09:45:23 +0000
(21:45 +1200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 18 Jun 2018 18:02:03 +0000
(14:02 -0400)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sunxi/board.c
b/arch/arm/mach-sunxi/board.c
index 7ac8360c0117a824fc17c606f3e5f563fd6a585a..58fef05bd737b57bdcc27b90087bfe1fb4421ab6 100644
(file)
--- 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.
*/