Remove XMODEM_DL support. It never was complete and only serves to

increase the diffs with other arm boot2 loaders.
This commit is contained in:
Warner Losh 2008-10-05 23:39:28 +00:00
parent 06afbca3c8
commit 6f07042ef4
3 changed files with 0 additions and 14 deletions

View File

@ -173,10 +173,6 @@ main(void)
c = 0;
if (parse())
xputchar('\a');
#ifdef XMODEM_DL
else if (*cmd == '*')
Update();
#endif
else
load();
}

View File

@ -50,11 +50,6 @@ MacFromEE()
mac[1], mac[2], mac[3], mac[4], mac[5]);
}
void
Update(void)
{
}
void
board_init(void)
{

View File

@ -48,11 +48,6 @@ MacFromEE()
mac[1], mac[2], mac[3], mac[4], mac[5]);
}
void
Update(void)
{
}
void
board_init(void)
{