mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value
Typo: The correct value is 1 not 2. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:
parent
9c134e189a
commit
5e77a745b2
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ struct bcm2835_mbox_tag_get_arm_mem {
|
|||
#define BCM2835_MBOX_POWER_DEVID_SPI 7
|
||||
#define BCM2835_MBOX_POWER_DEVID_CCP2TX 8
|
||||
|
||||
#define BCM2835_MBOX_POWER_STATE_RESP_ON (1 << 1)
|
||||
#define BCM2835_MBOX_POWER_STATE_RESP_ON (1 << 0)
|
||||
/* Device doesn't exist */
|
||||
#define BCM2835_MBOX_POWER_STATE_RESP_NODEV (1 << 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue