Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U uboot-imx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • uboot-imx
  • Repository
Switch branch/tag
  • uboot-imx
  • test
  • dm
  • core.c
Find file BlameHistoryPermalink
  • Tom Rini's avatar
    test/dm/core.c: Make pre-reloc test use pre-reloc struct · f09144a2
    Tom Rini authored Mar 20, 2016
    
    
    LLVM 3.5 noted:
    test/dm/core.c:41:35: warning: unused variable 'test_pdata_pre_reloc' [-Wunused-const-variable]
    static const struct dm_test_pdata test_pdata_pre_reloc = {
    
    And the correct fix here is that the driver_info_pre_reloc test should
    use the test_pdata_pre_reloc not test_pdata_manual variable
    
    Cc: Simon Glass <sjg@chromium.org>
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    f09144a2