Hi,
I don't understand the following lines in av7110.c from the last CVS DVB
driver :

Where variable "Root"  does it declared ?
Where the content of Root file does it charged into this variable ?

static int 
bootarm(av7110_t *av7110)
{
        ...
        dprintk("bootarm: load dram code\n");

        if (load_dram(av7110, (u32 *)Root, sizeof(Root))<0)
                return -1;

        setgpio(av7110, RESET_LINE, GPIO_OUTLO);
        mdelay(1);

        ...
}


Olivier Marlec 
Research & Innovation
Corporate Research Rennes
Multimedia Streaming & Storage Lab
mailto:[EMAIL PROTECTED]
phone :(33)(0)2.99.27.33.64
fax: (33)(0)2.99.27.30.15




-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to