NAND/MX3: review scope of data
Add "static" qualifier to private data. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>__archive__
parent
9acd453d9f
commit
aaf848596c
|
@ -47,7 +47,7 @@ static const char sram_buffer_bounds_err_msg[] =
|
||||||
"trying to access out of SRAM buffer bound (addr=0x%" PRIx32 ")";
|
"trying to access out of SRAM buffer bound (addr=0x%" PRIx32 ")";
|
||||||
static const char get_status_register_err_msg[] = "can't get NAND status";
|
static const char get_status_register_err_msg[] = "can't get NAND status";
|
||||||
static uint32_t in_sram_address;
|
static uint32_t in_sram_address;
|
||||||
unsigned char sign_of_sequental_byte_read;
|
static unsigned char sign_of_sequental_byte_read;
|
||||||
|
|
||||||
static int test_iomux_settings (struct target * target, uint32_t value,
|
static int test_iomux_settings (struct target * target, uint32_t value,
|
||||||
uint32_t mask, const char *text);
|
uint32_t mask, const char *text);
|
||||||
|
|
Loading…
Reference in New Issue