mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-30 19:06:35 +00:00
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
c04bf5e9a4
commit
14666418e9
11 changed files with 0 additions and 11 deletions
|
@ -40,4 +40,3 @@ PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions
|
||||||
|
|
||||||
LDFLAGS_FINAL += --gc-sections -pie
|
LDFLAGS_FINAL += --gc-sections -pie
|
||||||
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,3 @@ LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
|
||||||
else
|
else
|
||||||
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,3 @@
|
||||||
early_board_init:
|
early_board_init:
|
||||||
/* No 32-bit board specific initialisation */
|
/* No 32-bit board specific initialisation */
|
||||||
jmp early_board_init_ret
|
jmp early_board_init_ret
|
||||||
|
|
||||||
|
|
|
@ -190,4 +190,3 @@ int board_init(void)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40,4 +40,3 @@ include $(SRCTREE)/rules.mk
|
||||||
sinclude $(obj).depend
|
sinclude $(obj).depend
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
|
|
|
@ -106,4 +106,3 @@ void __uses_spiboot2 spiboot_main(void)
|
||||||
|
|
||||||
_start();
|
_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,4 +61,3 @@ You can write MAC address to SPI ROM.
|
||||||
ETHERC ch1 = 00:00:87:6c:21:81
|
ETHERC ch1 = 00:00:87:6c:21:81
|
||||||
GETHERC ch0 = 00:00:87:6c:21:82
|
GETHERC ch0 = 00:00:87:6c:21:82
|
||||||
GETHERC ch1 = 00:00:87:6c:21:83
|
GETHERC ch1 = 00:00:87:6c:21:83
|
||||||
|
|
||||||
|
|
|
@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -147,4 +147,3 @@ int usb_host_eth_scan(int mode)
|
||||||
return 0;
|
return 0;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1314,4 +1314,3 @@ void rndis_exit(void)
|
||||||
{
|
{
|
||||||
/* Nothing to do */
|
/* Nothing to do */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue