diff options
| author | Simon Glass <[email protected]> | 2017-04-05 16:23:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-09 20:27:17 -0400 |
| commit | 3e16705d3e253e54d62c793fc92904840c282576 (patch) | |
| tree | 32faf933b5334d8229905f81dcc8e8cc8fadac19 | |
| parent | ea843b6dabdd0473c5f12e8b7ccb560aededd2e4 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/raspberrypi/rpi/rpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 1fb7ba05ff1..c99beedc493 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([email protected]): 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; |
