Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • arch
  • mips
  • bcm47xx
  • sprom.c
Find file BlameHistoryPermalink
  • Nathan Hintz's avatar
    bcma: Move initialization of SPROM to prevent overwrite · 5fe2e071
    Nathan Hintz authored May 04, 2012
    
    
    The first thing bcm47xx_fill_sprom does is initialize (zero fill) the SPROM.  For
    BCMA SOC, this wipes out any values previously read by bcm47xx_fill_sprom_ethernet
    (see arch/mips/bcm47xx/setup.c - bcm47xx_get_sprom_bcma).  Move the initialization
    of SPROM so it is called prior to filling in any values.
    
    Signed-off-by: default avatarNathan Hintz <nlhintz@hotmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    5fe2e071