Uwe Hermann fixed some warnings.
git-svn-id: svn://svn.berlios.de/openocd/trunk@360 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
06b1bfed10
commit
f76cf27380
|
@ -72,7 +72,6 @@ int s3c2412_init(struct nand_device_s *device)
|
|||
{
|
||||
s3c24xx_nand_controller_t *s3c24xx_info = device->controller_priv;
|
||||
target_t *target = s3c24xx_info->target;
|
||||
u32 version;
|
||||
|
||||
target_write_u32(target, S3C2410_NFCONF,
|
||||
S3C2440_NFCONF_TACLS(3) |
|
||||
|
|
|
@ -73,7 +73,6 @@ int s3c2440_init(struct nand_device_s *device)
|
|||
{
|
||||
s3c24xx_nand_controller_t *s3c24xx_info = device->controller_priv;
|
||||
target_t *target = s3c24xx_info->target;
|
||||
u32 version;
|
||||
|
||||
target_write_u32(target, S3C2410_NFCONF,
|
||||
S3C2440_NFCONF_TACLS(3) |
|
||||
|
|
|
@ -74,7 +74,6 @@ int s3c2443_init(struct nand_device_s *device)
|
|||
{
|
||||
s3c24xx_nand_controller_t *s3c24xx_info = device->controller_priv;
|
||||
target_t *target = s3c24xx_info->target;
|
||||
u32 version;
|
||||
|
||||
target_write_u32(target, S3C2410_NFCONF,
|
||||
S3C2440_NFCONF_TACLS(3) |
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
#include "log.h"
|
||||
|
||||
/* configuration */
|
||||
unsigned long amt_jtagaccel_port;
|
||||
u16 amt_jtagaccel_port;
|
||||
|
||||
/* interface variables
|
||||
*/
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
#include "log.h"
|
||||
|
||||
/* configuration */
|
||||
unsigned long gw16012_port;
|
||||
u16 gw16012_port;
|
||||
|
||||
/* interface variables
|
||||
*/
|
||||
|
@ -470,7 +470,6 @@ int gw16012_init(void)
|
|||
#if PARPORT_USE_PPDEV == 1
|
||||
char buffer[256];
|
||||
int i = 0;
|
||||
u8 control_port;
|
||||
#endif
|
||||
u8 status_port;
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ cable_t cables[] =
|
|||
|
||||
/* configuration */
|
||||
char* parport_cable = NULL;
|
||||
unsigned long parport_port;
|
||||
u16 parport_port;
|
||||
static int parport_exit = 0;
|
||||
|
||||
/* interface variables
|
||||
|
|
Loading…
Reference in New Issue