Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-Boot
  • U-BootU-Boot
  • Repository

Switch branch/tag
  • u-boot
  • drivers
  • net
  • mvgbe.c
Find file BlameHistoryPermalink
  • Luka Perkov's avatar
    kirkwood: define empty CONFIG_MVGBE_PORTS by default · 5aa2297d
    Luka Perkov authored Nov 11, 2013
    
    
    Each board with defines it's own set of values. If we do not define
    CONFIG_MVGBE_PORTS we will hit following error:
    
    mvgbe.c: In function 'mvgbe_initialize':
    mvgbe.c:700:34: error: 'CONFIG_MVGBE_PORTS' undeclared (first use in this function)
      u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS;
    
    This patch fixes above described problem.
    Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>
    Acked-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
    5aa2297d

Replace mvgbe.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy