summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-15 18:43:06 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-15 18:43:06 +0100
commit0555393d1b034a3e3cd261dd95e5d32710356332 (patch)
treebf427ec86e1f2736ba821ad0dfef068c26656e19 /TODO
parentafbdded02a5f3b067b0b157500d9b8250b67bbe7 (diff)
downloadbarebox-0555393d1b034a3e3cd261dd95e5d32710356332.tar.gz
barebox-0555393d1b034a3e3cd261dd95e5d32710356332.tar.xz
expanding the TODO list
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 93261c4049..5dffa0ee00 100644
--- a/TODO
+++ b/TODO
@@ -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
----