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:
CTCaer
2026-01-29 08:38:16 +02:00
parent 183cc2d569
commit 1edb18a217
5 changed files with 1734 additions and 1004 deletions

View File

@@ -16,7 +16,7 @@
#include "types.h"
struct sdram_params_t210b01
typedef struct _sdram_params_t210b01_t
{
/* Specifies the type of memory device */
u32 memory_type;
@@ -986,6 +986,6 @@ struct sdram_params_t210b01
/* Just a place holder for special usage when there is no BCT for certain registers */
u32 bct_na;
};
} sdram_params_t210b01_t;
#endif