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:
parent
06afbca3c8
commit
6f07042ef4
@ -173,10 +173,6 @@ main(void)
|
||||
c = 0;
|
||||
if (parse())
|
||||
xputchar('\a');
|
||||
#ifdef XMODEM_DL
|
||||
else if (*cmd == '*')
|
||||
Update();
|
||||
#endif
|
||||
else
|
||||
load();
|
||||
}
|
||||
|
@ -50,11 +50,6 @@ MacFromEE()
|
||||
mac[1], mac[2], mac[3], mac[4], mac[5]);
|
||||
}
|
||||
|
||||
void
|
||||
Update(void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
board_init(void)
|
||||
{
|
||||
|
@ -48,11 +48,6 @@ MacFromEE()
|
||||
mac[1], mac[2], mac[3], mac[4], mac[5]);
|
||||
}
|
||||
|
||||
void
|
||||
Update(void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
board_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user