[U-Boot] [PATCH 4/5] net: tsec: export tsec_info

Andy Fleming afleming at gmail.com
Tue Sep 30 21:15:00 CEST 2008


On Tue, Sep 30, 2008 at 11:27 AM, Anton Vorontsov
<avorontsov at ru.mvista.com> wrote:
> We'll need the exported tsec_info to fix up the phy addresses and
> tsecs' flags based on the hardware reset configuration words. Thus
> we'll use the tsec_info very early and just once at boot time, so
> network code won't notice it.
>
> Signed-off-by: Anton Vorontsov <avorontsov at ru.mvista.com>


Hm.  The other boards that needed to change this structure just passed
in a different structure.  Modifying the default structure is not
really the intended purpose of that structure.  Instead, just use the
macros to create your own structure, and then modify that.


Andy


More information about the U-Boot mailing list