9
0
Fork 0

expanding the TODO list

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
This commit is contained in:
Juergen Beisert 2007-11-15 18:43:06 +01:00
parent afbdded02a
commit 0555393d1b
1 changed files with 2 additions and 2 deletions

4
TODO
View File

@ -39,13 +39,13 @@ TODO
[ ] implement a mmap() function. Of course we cannot really mmap without mmu,
but for memory mapped devices like nor flash we could provide a pointer to
it. With this we would not have to copy uimages to memory.
[ ] setting a variable:
bla=500 -> OK
bla = 500 -> Unknown command 'bla' - try 'help'
bla= 500 -> Unknown command '500' - try 'help'
[ ] command line editing is somewhat broken
[ ] how to select a ethernet channel for tftp when more than one interface
of this type exists in the system?
DONE
----