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/stratixII.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/stratixII.h')
| -rw-r--r-- | include/stratixII.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/stratixII.h b/include/stratixII.h index 37abd9fa4..b8e84573c 100644 --- a/include/stratixII.h +++ b/include/stratixII.h @@ -27,6 +27,5 @@  extern int StratixII_load (Altera_desc * desc, void *image, size_t size);  extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);  extern int StratixII_info (Altera_desc * desc); -extern int StratixII_reloc (Altera_desc * desc, ulong reloc_off);  #endif				/* _STRATIXII_H_ */ |