summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-04 13:06:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-04 14:45:04 +0200
commit93d99930df790aec213e4d4f110f440f853e74b2 (patch)
tree8105435951abdf8714530fc2b4dca0a4d128c688 /TODO
parent101632b2926c614d99302eacc35c198784a0787c (diff)
downloadbarebox-93d99930df790aec213e4d4f110f440f853e74b2.tar.gz
barebox-93d99930df790aec213e4d4f110f440f853e74b2.tar.xz
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>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 4fd8ffd163..a289271084 100644
--- a/TODO
+++ b/TODO
@@ -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?