mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 20:52:22 -04:00
Prepare v2012.04-rc2; minor Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
db39f24151
commit
f5cdc11775
2
Makefile
2
Makefile
@ -24,7 +24,7 @@
|
|||||||
VERSION = 2012
|
VERSION = 2012
|
||||||
PATCHLEVEL = 04
|
PATCHLEVEL = 04
|
||||||
SUBLEVEL =
|
SUBLEVEL =
|
||||||
EXTRAVERSION = -rc1
|
EXTRAVERSION = -rc2
|
||||||
ifneq "$(SUBLEVEL)" ""
|
ifneq "$(SUBLEVEL)" ""
|
||||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||||
else
|
else
|
||||||
|
@ -15,4 +15,3 @@
|
|||||||
int mmcif_mmc_init(void);
|
int mmcif_mmc_init(void);
|
||||||
|
|
||||||
#endif /* _SH_MMC_H_ */
|
#endif /* _SH_MMC_H_ */
|
||||||
|
|
||||||
|
@ -912,4 +912,3 @@ submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer,
|
|||||||
dev, pipe, buffer, length, interval);
|
dev, pipe, buffer, length, interval);
|
||||||
return ehci_submit_async(dev, pipe, buffer, length, NULL);
|
return ehci_submit_async(dev, pipe, buffer, length, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user