mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-arm
* 'master' of git://git.denx.de/u-boot-arm: OMAP3: beagle: Fix build warning in beagle.c
This commit is contained in:
commit
279bbbca12
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ int ehci_hcd_init(void)
|
|||
* Returns - 1 if button is held down
|
||||
* 0 if button is not held down
|
||||
*/
|
||||
int do_userbutton (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
||||
int do_userbutton(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
{
|
||||
int button = 0;
|
||||
int gpio;
|
||||
|
|
Loading…
Add table
Reference in a new issue