Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F Flat Device U-Boot Custodian Tree
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • U-BootU-Boot
  • Custodians
  • Flat Device U-Boot Custodian Tree
  • Repository
Switch branch/tag
  • u-boot-fdt
  • scripts
  • dtc
  • pylibfdt
  • libfdt.i_shipped
Find file BlameHistoryPermalink
  • Simon Glass's avatar
    pylibfdt: Correct the type for fdt_property_stub() · 97de532e
    Simon Glass authored Oct 31, 2019
    
    
    This function should use a void * type, not char *. This causes an error:
    
    TypeError: in method 'fdt_property_stub', argument 3 of type 'char const *'
    
    Fix it.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    97de532e

Imprint & Privacy Policy