Skip to content
Snippets Groups Projects
  • Mario Six's avatar
    10590363
    powerpc: Add LSDMR config values · 10590363
    Mario Six authored
    
    The LSDMR_* macros are used to configure the system bus on MPC83xx.
    
    A few of the possible LSDMR_* macros were never defined in the
    respective include files. This renders the SDRAM support on the
    MPC8349EMDS unusable, because it uses these undefined macros.
    
    To make the SDRAM option work, introduce these macros into the proper
    config file.
    
    Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>
    10590363
    History
    powerpc: Add LSDMR config values
    Mario Six authored
    
    The LSDMR_* macros are used to configure the system bus on MPC83xx.
    
    A few of the possible LSDMR_* macros were never defined in the
    respective include files. This renders the SDRAM support on the
    MPC8349EMDS unusable, because it uses these undefined macros.
    
    To make the SDRAM option work, introduce these macros into the proper
    config file.
    
    Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>