mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
ads5121: fix compiler warnings (unused variables)
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
b315ad8f0a
commit
c9c101c660
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
int node;
|
||||
char *cpu_path = "/cpus/" OF_CPU;
|
||||
const char *path = NULL;
|
||||
|
||||
/*
|
||||
* fixup cpu clocks using path
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
void iopin_initialize(iopin_t *ioregs_init, int len)
|
||||
{
|
||||
short i, j, n, p;
|
||||
short i, j, p;
|
||||
u_long *reg;
|
||||
immap_t *im = (immap_t *)CFG_IMMR;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue