projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea843b6
)
arm: rpi: Add a TODO to move all messages into the msg handler
author
Simon Glass
<sjg@chromium.org>
Wed, 5 Apr 2017 22:23:45 +0000
(16:23 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 10 May 2017 00:27:17 +0000
(20:27 -0400)
The board code should all move into msg.c for consistency. Add a TODO for
this.
Signed-off-by: Simon Glass <sjg@chromium.org>
board/raspberrypi/rpi/rpi.c
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/rpi.c
b/board/raspberrypi/rpi/rpi.c
index 1fb7ba05ff117a311c19b6706c81abbcdc431f00..c99beedc4932b1184589e50be4faabdb98b34b99 100644
(file)
--- a/
board/raspberrypi/rpi/rpi.c
+++ b/
board/raspberrypi/rpi/rpi.c
@@
-29,7
+29,7
@@
DECLARE_GLOBAL_DATA_PTR;
/* From lowlevel_init.S */
extern unsigned long fw_dtb_pointer;
-
+/* TODO(sjg@chromium.org): Move these to the msg.c file */
struct msg_get_arm_mem {
struct bcm2835_mbox_hdr hdr;
struct bcm2835_mbox_tag_get_arm_mem get_arm_mem;