mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
1b65c86e87
commit
9508ecfbcb
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue