summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-05 22:23:45 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-10 00:27:17 (GMT)
commit3e16705d3e253e54d62c793fc92904840c282576 (patch)
tree32faf933b5334d8229905f81dcc8e8cc8fadac19 /board
parentea843b6dabdd0473c5f12e8b7ccb560aededd2e4 (diff)
downloadu-boot-fsl-qoriq-3e16705d3e253e54d62c793fc92904840c282576.tar.xz
arm: rpi: Add a TODO to move all messages into the msg handler
The board code should all move into msg.c for consistency. Add a TODO for this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/raspberrypi/rpi/rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 1fb7ba0..c99beed 100644
--- 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;