mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 01:23:29 +08:00
pmic: fix missing SWITCH_SIZE
Applying ccbb18713b
,
the define disappeared. Fix it.
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
7428f55c94
commit
a4f7d09831
@ -232,5 +232,7 @@ enum {
|
||||
#define APS_PFM 0xc
|
||||
#define PWM_PFM 0xd
|
||||
|
||||
#define SWITCH_SIZE 0x7
|
||||
|
||||
int power_pfuze100_init(unsigned char bus);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user