summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-10-14 16:09:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-19 09:47:14 +0200
commit574a02a9740a20aa525cf754c1951a076b5093bf (patch)
treec3d178f4e09b82666739a199bc5156cb214b84d0 /Documentation
parentdf366dded1211da4c4839d476ae00b1fdf60f0f8 (diff)
downloadbarebox-574a02a9740a20aa525cf754c1951a076b5093bf.tar.gz
barebox-574a02a9740a20aa525cf754c1951a076b5093bf.tar.xz
doc: at91: delete done TODOs
e52a250d2381 ("ARM: boards: Harmonize barebox_arm_reset_vector() prototype") has unified the prototype, so we can drop this TODO item. Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/at91.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/boards/at91.rst b/Documentation/boards/at91.rst
index f25cb01bb1..3ac4b6a244 100644
--- a/Documentation/boards/at91.rst
+++ b/Documentation/boards/at91.rst
@@ -35,15 +35,6 @@ TODO
----
This is a list of AT91 specific TODO items, listed in no particular order.
-* fix prototype for barebox_arm_reset_vector. Introduce the prototype:
-
-.. code-block:: c
-
- void __naked __bare_init barebox_arm_reset_vector(uint32_t r0, uint32_t r1, uint32_t r2)
-
-
-This will unify the prototype for the reset vector for multi image and standalone images
-
* Update remaining boards to DT
* Update remaing boards to support multi image boot
* Get bootstrap working in combination with multi image