mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
refactor(st-ddr): remove name from stm32mp_ddr_reg_desc
It was only used for an error trace, with little added value. This allows some gains in DDR driver data size. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I02e2fc75efd90ff188e62f39850b9bd4c3af1649
This commit is contained in:
parent
066a5958e7
commit
1483b3c3d2
3 changed files with 2 additions and 4 deletions
|
@ -24,14 +24,12 @@
|
|||
|
||||
#define DDRCTL_REG(x, y) \
|
||||
{ \
|
||||
.name = #x, \
|
||||
.offset = offsetof(struct stm32mp_ddrctl, x), \
|
||||
.par_offset = offsetof(struct y, x) \
|
||||
}
|
||||
|
||||
#define DDRPHY_REG(x, y) \
|
||||
{ \
|
||||
.name = #x, \
|
||||
.offset = offsetof(struct stm32mp_ddrphy, x), \
|
||||
.par_offset = offsetof(struct y, x) \
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue