9
0
Fork 0

remove point from TODO file

The TODO file claimed that it is a bug that a = 10 does not work. As our
interpreter is a shell and such a thing does not work in shells, this
is not a bug but intention

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-04-04 13:06:37 +02:00
parent 101632b292
commit 93d99930df
1 changed files with 0 additions and 4 deletions

4
TODO
View File

@ -48,10 +48,6 @@ 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?