diff options
| author | Marian Balakowicz <m8@semihalf.com> | 2006-09-01 19:46:22 +0200 | 
|---|---|---|
| committer | Marian Balakowicz <m8@semihalf.com> | 2006-09-01 19:46:22 +0200 | 
| commit | 6608043fd4a87b09bf9109fee663e3d6f68fb70e (patch) | |
| tree | 2e1b64f9bf6c0b3b82cfa493a7919c4e52f24bdb /tools/updater/update.c | |
| parent | 4c15ef55a2fe13ecb780e7ea2064e608a0ee0d67 (diff) | |
| download | olio-uboot-2014.01-6608043fd4a87b09bf9109fee663e3d6f68fb70e.tar.xz olio-uboot-2014.01-6608043fd4a87b09bf9109fee663e3d6f68fb70e.zip | |
Fix tools/updater build error.
Diffstat (limited to 'tools/updater/update.c')
| -rw-r--r-- | tools/updater/update.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/tools/updater/update.c b/tools/updater/update.c index b6d50d5be..18f122ad2 100644 --- a/tools/updater/update.c +++ b/tools/updater/update.c @@ -46,10 +46,6 @@ void _main(void)      while (1);  } -int flash_sect_protect (int p, ulong addr_first, ulong addr_last); -int flash_sect_erase (ulong addr_first, ulong addr_last); -int flash_write (uchar *src, ulong addr, ulong cnt); -  void do_updater(void)  {      unsigned long *addr = &__dummy + 65; |