mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 05:02:26 -04:00
ads5121: fix compiler warnings (unused variables)
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
b315ad8f0a
commit
c9c101c660
@ -166,9 +166,7 @@ static void old_ft_cpu_setup(void *blob, bd_t *bd)
|
|||||||
|
|
||||||
static void ft_clock_setup(void *blob, bd_t *bd)
|
static void ft_clock_setup(void *blob, bd_t *bd)
|
||||||
{
|
{
|
||||||
int node;
|
|
||||||
char *cpu_path = "/cpus/" OF_CPU;
|
char *cpu_path = "/cpus/" OF_CPU;
|
||||||
const char *path = NULL;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* fixup cpu clocks using path
|
* fixup cpu clocks using path
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
void iopin_initialize(iopin_t *ioregs_init, int len)
|
void iopin_initialize(iopin_t *ioregs_init, int len)
|
||||||
{
|
{
|
||||||
short i, j, n, p;
|
short i, j, p;
|
||||||
u_long *reg;
|
u_long *reg;
|
||||||
immap_t *im = (immap_t *)CFG_IMMR;
|
immap_t *im = (immap_t *)CFG_IMMR;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user