diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-10-09 00:03:18 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-10-09 00:03:18 +0200 | 
| commit | cd77dd109c4a439519a78c32eddc42bdebc7a61f (patch) | |
| tree | c5534647cb1786044ef0f7e4ad4067725eddf11d /include/xilinx.h | |
| parent | 95c44ec485b46ffb43dbdaa299f1491a500fdadf (diff) | |
| parent | afc3ba0fc4195624e79e21244380ed7cc2fd6969 (diff) | |
| download | olio-uboot-2014.01-cd77dd109c4a439519a78c32eddc42bdebc7a61f.tar.xz olio-uboot-2014.01-cd77dd109c4a439519a78c32eddc42bdebc7a61f.zip | |
Merge branch 'reloc'
Diffstat (limited to 'include/xilinx.h')
| -rw-r--r-- | include/xilinx.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/xilinx.h b/include/xilinx.h index fdc358725..d0799bc57 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -84,7 +84,6 @@ typedef struct {		/* typedef Xilinx_desc */  extern int xilinx_load( Xilinx_desc *desc, void *image, size_t size );  extern int xilinx_dump( Xilinx_desc *desc, void *buf, size_t bsize );  extern int xilinx_info( Xilinx_desc *desc ); -extern int xilinx_reloc( Xilinx_desc *desc, ulong reloc_offset );  /* Board specific implementation specific function types   *********************************************************************/ |