Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
c04bf5e9a4
commit
14666418e9
@ -40,4 +40,3 @@ PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions
|
||||
|
||||
LDFLAGS_FINAL += --gc-sections -pie
|
||||
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
||||
|
||||
|
@ -37,4 +37,3 @@ LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
|
||||
else
|
||||
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
|
||||
endif
|
||||
|
||||
|
@ -28,4 +28,3 @@
|
||||
early_board_init:
|
||||
/* No 32-bit board specific initialisation */
|
||||
jmp early_board_init_ret
|
||||
|
||||
|
@ -190,4 +190,3 @@ int board_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -40,4 +40,3 @@ include $(SRCTREE)/rules.mk
|
||||
sinclude $(obj).depend
|
||||
|
||||
#########################################################################
|
||||
|
||||
|
@ -106,4 +106,3 @@ void __uses_spiboot2 spiboot_main(void)
|
||||
|
||||
_start();
|
||||
}
|
||||
|
||||
|
@ -61,4 +61,3 @@ You can write MAC address to SPI ROM.
|
||||
ETHERC ch1 = 00:00:87:6c:21:81
|
||||
GETHERC ch0 = 00:00:87:6c:21:82
|
||||
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
|
||||
|
||||
|
@ -147,4 +147,3 @@ int usb_host_eth_scan(int mode)
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -1314,4 +1314,3 @@ void rndis_exit(void)
|
||||
{
|
||||
/* Nothing to do */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user