Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F fsl-qoriq U-Boot Custodian Tree
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • U-Boot
  • Custodians
  • fsl-qoriq U-Boot Custodian Tree
  • Repository
Switch branch/tag
  • u-boot-fsl-qoriq
  • arch
  • arm
  • mach-rockchip
  • Makefile
Find file BlameHistoryPermalink
  • Philipp Tomsich's avatar
    rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot · 9e27c816
    Philipp Tomsich authored Jun 23, 2017
    
    
    The utility functions in sdram_common.c will be useful both for some
    SPL implementations (and if unused, the linked will discard these
    anyway) and for the full U-Boot stage.
    
    This changes selects sdram_common.o through the $(SPL_TPL_) macro to
    allow better control of its inclusion through the CONFIG_ROM,
    CONFIG_SPL_RAM or CONFIG_TPL_RAM options.
    Signed-off-by: Philipp Tomsich's avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    9e27c816

Imprint & Privacy Policy