Re: [U-Boot] Query on weak function for board specific initialisation

2015-05-31 Thread maitysanchayan
Hello Jeroen, On 15-05-30 16:44:32, Jeroen Hofstee wrote: > Hello Maity, > > On 30-04-15 14:57, maitysancha...@gmail.com wrote: > >Hello, > > > >I am trying to use a weak function in able to provide a board specific > >initialisation. To be more specific, I am trying to use the __weak > >board_eh

Re: [U-Boot] Query on weak function for board specific initialisation

2015-05-30 Thread Jeroen Hofstee
Hello Maity, On 30-04-15 14:57, maitysancha...@gmail.com wrote: Hello, I am trying to use a weak function in able to provide a board specific initialisation. To be more specific, I am trying to use the __weak board_ehci_hcd_init function in the usb driver code which is called in ehci_hcd_init,

[U-Boot] Query on weak function for board specific initialisation

2015-04-30 Thread maitysanchayan
Hello, I am trying to use a weak function in able to provide a board specific initialisation. To be more specific, I am trying to use the __weak board_ehci_hcd_init function in the usb driver code which is called in ehci_hcd_init, the strong function being defined in the board file. This is on lin