mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04: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
@ -486,7 +486,7 @@ int ehci_hcd_init(void)
|
|||||||
* Returns - 1 if button is held down
|
* Returns - 1 if button is held down
|
||||||
* 0 if button is not 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 button = 0;
|
||||||
int gpio;
|
int gpio;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user