diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 | 
| commit | f12e4549b6fb01cd2654348af95a3c7a6ac161e7 (patch) | |
| tree | 725ff6a5ad3b615b0e94c42bc2834a9e70f18d8e /board/stxssa/stxssa.c | |
| parent | 0c32565f536609d78feef35c88bbc39d3ac53a73 (diff) | |
| download | olio-uboot-2014.01-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.tar.xz olio-uboot-2014.01-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.zip | |
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/stxssa/stxssa.c')
| -rw-r--r-- | board/stxssa/stxssa.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/stxssa/stxssa.c b/board/stxssa/stxssa.c index 71e9b088a..4d4dc06e3 100644 --- a/board/stxssa/stxssa.c +++ b/board/stxssa/stxssa.c @@ -407,4 +407,3 @@ int board_eth_init(bd_t *bis)  	cpu_eth_init(bis);	/* Initialize TSECs first */  	return pci_eth_init(bis);  } - |