mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
ea843b6dab
commit
3e16705d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue