modules: lp0: refactor t210b01 to use the macros
This actually makes it faster too. Additionally, remove support for DDR in T210 function.
This commit is contained in:
@@ -57,7 +57,7 @@ enum
|
||||
/**
|
||||
* Defines the SDRAM parameter structure
|
||||
*/
|
||||
struct sdram_params_t210
|
||||
typedef struct _sdram_params_t210_t
|
||||
{
|
||||
|
||||
/* Specifies the type of memory device */
|
||||
@@ -959,6 +959,6 @@ struct sdram_params_t210
|
||||
u32 McMtsCarveoutRegCtrl;
|
||||
|
||||
/* End */
|
||||
};
|
||||
} sdram_params_t210_t;
|
||||
|
||||
#endif /* __SOC_NVIDIA_TEGRA210_SDRAM_PARAM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user